Re: Jquery autocomplete with struts2.

2010-04-23 Thread Rahul Mohan
to .jsp to display autocomplete rather than using another plug-ins. Thanks, Sharath. --- On Thu, 4/22/10, Johannes Geppert jo...@web.de wrote: From: Johannes Geppert jo...@web.de Subject: Re: Jquery autocomplete with struts2. To: user@struts.apache.org Date: Thursday, April 22, 2010, 2:29 PM

Re: Jquery autocomplete with struts2.

2010-04-23 Thread Jean-Claude Dauphin
ServletActionContext.setResponse() How to do this in struts2?? Thanks, Sharath. --- On Thu, 4/22/10, sharath karnati karna...@yahoo.com wrote: From: sharath karnati karna...@yahoo.com Subject: Re: Jquery autocomplete with struts2. To: Struts Users Mailing List user@struts.apache.org Date: Thursday

Re: Jquery autocomplete with struts2.

2010-04-23 Thread sharath karnati
Avtarovski zo...@sparecreative.com Subject: Re: Jquery autocomplete with struts2. To: Struts Users Mailing List user@struts.apache.org, sharath karnati karna...@yahoo.com 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

Re: Jquery autocomplete with struts2.

2010-04-23 Thread sharath karnati
in advance.   Regards, Sharath. --- On Fri, 4/23/10, sharath karnati karna...@yahoo.com wrote: From: sharath karnati karna...@yahoo.com Subject: Re: Jquery autocomplete with struts2. To: zo...@sparecreative.com Cc: Struts Users Mailing List user@struts.apache.org Date: Friday, April 23, 2010, 9

Re: Jquery autocomplete with struts2.

2010-04-23 Thread Rahul Mohan
suggest you post this to jquery forums. From: sharath karnati karna...@yahoo.com To: Struts Users Mailing List user@struts.apache.org 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

Re: Jquery autocomplete with struts2.

2010-04-23 Thread sharath karnati
: Rahul Mohan rahul.mo...@tcs.com Subject: Re: Jquery autocomplete with struts2. To: Struts Users Mailing List user@struts.apache.org Date: Friday, April 23, 2010, 11:30 AM suggest you post this to jquery forums. From: sharath karnati karna...@yahoo.com To: Struts Users Mailing List user

Re: Jquery autocomplete with struts2.

2010-04-23 Thread sharath karnati
: Jquery autocomplete with struts2. To: Struts Users Mailing List user@struts.apache.org Date: Friday, April 23, 2010, 11:30 AM suggest you post this to jquery forums. From: sharath karnati karna...@yahoo.com To: Struts Users Mailing List user@struts.apache.org Date: 23-04-2010 19:56 Subject: Re

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: %@

Re: Jquery autocomplete with struts2.

2010-04-22 Thread sharath karnati
...@symboticware.com wrote: From: Craig Ricciuto cricci...@symboticware.com Subject: Re: Jquery autocomplete with struts2. To: Struts Users Mailing List user@struts.apache.org Cc: karna...@yahoo.com Date: Thursday, April 22, 2010, 10:44 AM Could you not do exactly what he is doing but instead

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

Re: Jquery autocomplete with struts2.

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

Re: Jquery autocomplete with struts2.

2010-04-22 Thread sharath karnati
Subject: Re: Jquery autocomplete with struts2. To: user@struts.apache.org Date: Thursday, April 22, 2010, 2:29 PM 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

Re: Jquery autocomplete with struts2.

2010-04-22 Thread Zoran Avtarovski
, sharath karnati karna...@yahoo.com wrote: From: sharath karnati karna...@yahoo.com Subject: Re: Jquery autocomplete with struts2. To: Struts Users Mailing List user@struts.apache.org Date: Thursday, April 22, 2010, 3:36 PM Please find below example   http://makhaer.blogspot.com/2008/12