Results 1 to 1 of 1
Thread: Question about Ajax request
- 09-23-2010, 10:01 AM #1
Member
- Join Date
- Oct 2009
- Posts
- 13
- Rep Power
- 0
Question about Ajax request
Hello everybody, I am writing a form and I would like to add near a textfield a button that, using ajax, allows to check, without submit the form, if that value is already in the db.
I am calling the methog of the bean (that makes the check on the db) with this call:
[...]
onclick="jsf.ajax.request(this, event, {execute:'check', render: 'out2'}); return false;"
[...]
How could pass a parameter to the method of the bean (a String) with that ajax request?? :confused:
Thank you,
Ulix
Similar Threads
-
Can AJAX be used in JSP?
By Bbob in forum JavaServer Pages (JSP) and JSTLReplies: 7Last Post: 12-29-2010, 10:36 AM -
URL formation for Ajax request in struts.
By fierof2 in forum Web FrameworksReplies: 8Last Post: 07-16-2010, 09:42 AM -
AJAX - Sending a request to a server
By gilbertsavier in forum XMLReplies: 0Last Post: 07-17-2009, 07:35 AM -
Jsp with Ajax
By sundarjothi in forum JavaServer Pages (JSP) and JSTLReplies: 16Last Post: 09-25-2008, 10:29 AM -
Ajax question
By Peter in forum New To JavaReplies: 1Last Post: 07-09-2007, 12:43 AM


LinkBack URL
About LinkBacks

Bookmarks