RE: ajax:autocomplete tag

2006-06-19 Thread Bharat Kumar Meda
, Bharat -Original Message- From: Samere, Adam J [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 14, 2006 6:17 PM To: Struts Users Mailing List Subject: RE: ajax:autocomplete tag You can forward to a JSP from your action rather than coding tags into your action, then generate XML in your JSP

RE: ajax:autocomplete tag

2006-06-14 Thread Chandra.Ravinithala
Check this: http://java.sun.com/developer/EJTechTips/2005/tt1122.html This has a simple example on how to return the list of employee(Ajax way). Note: This does not use the tags you mentioned. But would give one more perspective. Ignore if does not help. Chandra -Original Message-

RE: ajax:autocomplete tag

2006-06-14 Thread hermod.opstvedt
Hi You are not setting any values in the request - How can the list be populated if you don't supply any values Hermod -Original Message- From: Sony Thomas [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 14, 2006 1:09 PM To: user@struts.apache.org Subject: ajax:autocomplete tag Hi,

Re: ajax:autocomplete tag

2006-06-14 Thread Sony Thomas
Hi Hermod, I am setting the value entered in the textbox parameters=username={username} username is my textfield name. The problem is How will I return the username list back to jsp from action. It is very very urgent. can anyone help me please sony [EMAIL PROTECTED] wrote: Hi You are

RE: ajax:autocomplete tag

2006-06-14 Thread hermod.opstvedt
. Hermod -Original Message- From: Sony Thomas [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 14, 2006 1:55 PM To: Struts Users Mailing List Subject: Re: ajax:autocomplete tag Hi Hermod, I am setting the value entered in the textbox parameters=username={username} username is my textfield

RE: ajax:autocomplete tag

2006-06-14 Thread Samere, Adam J
: Wednesday, June 14, 2006 8:01 AM To: user@struts.apache.org Subject: RE: ajax:autocomplete tag Hi That was what I ment - You don't return any values from your action. You need to write the values to the response (supplied by the action), and then return null. The documentation at http

Re: ajax:autocomplete tag

2006-06-14 Thread Sony Thomas
/item /c:forEach /response /ajax-response -Adam -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 14, 2006 8:01 AM To: user@struts.apache.org Subject: RE: ajax:autocomplete tag Hi That was what I ment - You don't return any