Re: Jquery autocomplete with struts2.

2010-04-23 Thread sharath karnati
Hi Rahul,      Yeah, you are correct. This problem is not with Struts2.      When I changed jquery "multiple:false"  then it is working fine.      Have a nice day.   Thanks, Sharath. --- On Fri, 4/23/10, Rahul Mohan wrote: From: Rahul Mohan Subject: Re: Jquery autocomplete with s

Re: Jquery autocomplete with struts2.

2010-04-23 Thread sharath karnati
n Subject: Re: Jquery autocomplete with struts2. To: "Struts Users Mailing List" Date: Friday, April 23, 2010, 11:30 AM suggest you post this to jquery forums. From: sharath karnati To: Struts Users Mailing List Date: 23-04-2010 19:56 Subject: Re: Jquery autocomplete with strut

Re: Jquery autocomplete with struts2.

2010-04-23 Thread Rahul Mohan
suggest you post this to jquery forums. From: sharath karnati To: Struts Users Mailing List Date: 23-04-2010 19:56 Subject: Re: Jquery autocomplete with struts2. Hi All, In firebug console it is displaying data correctly(what I set in Action class), like I set one two

Re: Jquery autocomplete with struts2.

2010-04-23 Thread sharath karnati
mma thing in s:textfield..     Thanks in advance.   Regards, Sharath. --- On Fri, 4/23/10, sharath karnati wrote: From: sharath karnati Subject: Re: Jquery autocomplete with struts2. To: zo...@sparecreative.com Cc: "Struts Users Mailing List" Date: Friday, April 23, 2010, 9:45 AM Hi Zoran,

Re: Jquery autocomplete with struts2.

2010-04-23 Thread sharath karnati
ylist" in action and how to set this in resonse object >   >   ServletActionContext.setResponse() >   >   How to do this in struts2?? >   > Thanks, > Sharath. > > --- On Thu, 4/22/10, sharath karnati wrote: > > > From: sharath karnati > Subject: Re: J

Re: Jquery autocomplete with struts2.

2010-04-23 Thread Jean-Claude Dauphin
ist" in action and how to set this in resonse > object > > ServletActionContext.setResponse() > > How to do this in struts2?? > > Thanks, > Sharath. > > --- On Thu, 4/22/10, sharath karnati wrote: > > > From: sharath karnati > Subject: Re: Jquery autocomplete with struts2. > To

Re: Jquery autocomplete with struts2.

2010-04-22 Thread Rahul Mohan
harath karnati To: Struts Users Mailing List Date: 23-04-2010 01:07 Subject: Re: Jquery autocomplete with struts2. Please find below example http://makhaer.blogspot.com/2008/12/jquery-autocomplete.html in this example, he is just using jquery with textfield for doing autocomplete with PH

Re: Jquery autocomplete with struts2.

2010-04-22 Thread Zoran Avtarovski
t;   > Thanks, > Sharath. > > --- On Thu, 4/22/10, sharath karnati wrote: > > > From: sharath karnati > Subject: Re: Jquery autocomplete with struts2. > To: "Struts Users Mailing List" > Date: Thursday, April 22, 2010, 3:36 PM > > > Please

Re: Jquery autocomplete with struts2.

2010-04-22 Thread sharath karnati
Hi All,     Say I have java "arraylist" in action and how to set this in resonse object     ServletActionContext.setResponse()     How to do this in struts2??   Thanks, Sharath. --- On Thu, 4/22/10, sharath karnati wrote: From: sharath karnati Subject: Re: Jquery autocomplete with s

Re: Jquery autocomplete with struts2.

2010-04-22 Thread sharath karnati
.jsp to display autocomplete rather than using another plug-ins.   Thanks, Sharath. --- On Thu, 4/22/10, Johannes Geppert wrote: From: Johannes Geppert Subject: Re: Jquery autocomplete with struts2. To: user@struts.apache.org Date: Thursday, April 22, 2010, 2:29 PM Hello, since version 2.0.

Re: Jquery autocomplete with struts2.

2010-04-22 Thread Johannes Geppert
Hello, since version 2.0.0 the Struts2 jQuery Plugin have a autocompleter tag. This is an easy way to implement an Autocompleter. See: http://code.google.com/p/struts2-jquery/wiki/AutocompleterTag Best Regards Johannes Geppert sharath wrote: > > Hi All, >   >    I'm trying to use Jquery aut

Re: Jquery autocomplete with struts2.

2010-04-22 Thread sharath karnati
;five-5"); return "dropdown"; }//End of selectDropDown     and in action       /pages/ajax.jsp          It should return only list from this method when I call 'selectDropDown' method from ajax page. Can you please let me know, how to do this.      Thanks in adva

Re: Jquery autocomplete with struts2.

2010-04-22 Thread Craig Ricciuto
Could you not do exactly what he is doing but instead of calling the .php file you call your action. As for the action itself, you would make it like any other action and just store what you want to show the user into a variable with the proper getter/setter function so in the jsp you can go: <%@