Re: Struts 2 jQuery autocompleter and dynamic list

2013-05-29 Thread Mike Hao
...@tcd.ie wrote: Hi Mike, have a look at the following link https://code.google.com/p/struts2-jquery/wiki/AutocompleterTag Antonios On 29 May 2013 01:50, Mike Hao mike@gmail.com wrote: I am trying to implement an auto complete feature using Struts 2 jQuery plugin

Re: Struts 2 jQuery autocompleter and dynamic list

2013-05-29 Thread Mike Hao
what I'm reading in the documentation if you use the href that points to a location that is returning json data you don't have to use the list attribute. Have you tried setting up the example in the documentation? On 29 May 2013 18:57, Mike Hao mike@gmail.com wrote: Hi

Struts 2 jQuery autocompleter and dynamic list

2013-05-28 Thread Mike Hao
I am trying to implement an auto complete feature using Struts 2 jQuery plugin - sj:autocompleter. The suggestion list need to be dynamically retrieved from backend based on the characters user entered. Is it possible to implement this behaviour using S2 jQuery plugin? Does anyone has a good

Re: struts 2 ajax choice

2013-05-13 Thread Mike Hao
Will the S2 jQuery plugin provide the similar functions as S2 dojo plugin? Is S2 jQuery plugin maintained by Struts 2 team? I am using Dojo plugin right now, and it works pretty well. Could anyone give me explanation why S2 Dojo plugin get deprecated? Thanks, Mike On Mon, May 13, 2013 at 5:48

Re: struts 2 ajax choice

2013-05-13 Thread Mike Hao
Hi Dave, Thank you so much for your quick response and your explanations. Regards, Mike On Mon, May 13, 2013 at 6:03 PM, Dave Newton davelnew...@gmail.com wrote: On Mon, May 13, 2013 at 5:56 PM, Mike Hao mike@gmail.com wrote: Will the S2 jQuery plugin provide the similar functions