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
have any sample application or location s then please share with me. I required very badly Thanks Ravi Kumar Jaladanki -Original Message- From: Musachy Barroso [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 10, 2007 6:40 PM To: Struts Users Mailing List Subject: Re: Help needed in Auto

Re: Help needed in Auto complete tag in Struts2

2007-07-10 Thread Musachy Barroso
Did you look at the example in showcase and the JSON plugin? musachy On 7/10/07, Jaladanki, Ravi <[EMAIL PROTECTED]> wrote: 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

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