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
ubject: Re: Jquery autocomplete with struts2. To: "Struts Users Mailing List" , "sharath karnati" Date: Friday, April 23, 2010, 1:15 AM I hate to be the one to say it, but I don¹t think the issue here is jQuery but your understanding of Struts2. I think you first need to get your

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
: http://twitter.com/jogep -- View this message in context: http://old.nabble.com/Jquery-autocomplete-with-struts2.-tp28329744p28332899.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-un

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
: <%@ taglib prefix="s" uri="/struts-tags" %> The JSP would only contain that. I don't have time to create an example so sorry but this should be enough info. On Thu, Apr 22, 2010 at 10:33 AM, sharath karnati wrote: > Hi All, > > I'm trying to use Jque

Jquery autocomplete with struts2.

2010-04-22 Thread sharath karnati
Hi All,      I'm trying to use Jquery autocomplete with struts2. The example for using Jquery autocomplete is given below(link)      http://makhaer.blogspot.com/2008/12/jquery-autocomplete.html      In this example, author is returning data with .php similarly I'd like to return