RE: Help needed in Auto complete tag in Struts2

2007-07-11 Thread Jaladanki, Ravi
Thank you very much.. It is working.. Thanks Ravi -Original Message- From: Musachy Barroso [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 10, 2007 6:55 PM To: Struts Users Mailing List Subject: Re: Help needed in Auto complete tag in Struts2 Hint: Look at AutocompleterExampleAction and

Re: Help needed in Auto complete tag in Struts2

2007-07-10 Thread Musachy Barroso
usachy Barroso [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 10, 2007 6:40 PM To: Struts Users Mailing List Subject: Re: Help needed in Auto complete tag in Struts2 Did you look at the example in showcase and the JSON plugin? musachy On 7/10/07, Jaladanki, Ravi <[EMAIL PROTECTED]> wrote: >

RE: Help needed in Auto complete tag in Struts2

2007-07-10 Thread Jaladanki, Ravi
-Original Message- > From: Jaladanki, Ravi > Sent: Monday, July 09, 2007 5:05 PM > To: user@struts.apache.org > Subject: Help needed in Auto complete tag in Struts2 > > > > > Hi All, > > I want to use the Struts autocompleter tag as mentioned below. &g

Re: Help needed in Auto complete tag in Struts2

2007-07-10 Thread Musachy Barroso
, July 09, 2007 5:05 PM To: user@struts.apache.org Subject: Help needed in Auto complete tag in Struts2 Hi All, I want to use the Struts autocompleter tag as mentioned below. It is working fine if I give the result type is hardcoded JavaScript file. But I don't want to hard code the Java

RE: Help needed in Auto complete tag in Struts2

2007-07-09 Thread Jaladanki, Ravi
Hi All, I am waiting for your valuable suggestions. Can any one help me in this Thanks Ravi -Original Message- From: Jaladanki, Ravi Sent: Monday, July 09, 2007 5:05 PM To: user@struts.apache.org Subject: Help needed in Auto complete tag in Struts2 Hi All, I want to use the

Re: Help needed in Auto complete tag in Struts2

2007-07-09 Thread Musachy Barroso
You can build the json string instead of returning the hardcoded one, you can use FreeMarker, JSP, Velocity, to generate it. You can also use the json plugin: http://cwiki.apache.org/S2PLUGINS/json-plugin.html Look at the examples in showcase, there is one that builds the json result using Free

Help needed in Auto complete tag in Struts2

2007-07-09 Thread Jaladanki, Ravi
Hi All, I want to use the Struts autocompleter tag as mentioned below. It is working fine if I give the result type is hardcoded JavaScript file. But I don't want to hard code the JavaScript file and I want to get the response based upon the my user input like Google suggest. Basically I