Re: Struts 2 jQuery autocompleter and dynamic list

2013-05-29 Thread Mike Hao
Hi Antonios and Dave, Thanks again for your responses. I actually downloaded the whole showcase project, and trying debugging on my local machine, trying to figure out what's the trick of it. At here, I think if the wiki pages provides more detail instructions on how to set some critical attribute

Re: Struts 2 jQuery autocompleter and dynamic list

2013-05-29 Thread Dave Newton
I'd just try it; seems like `list` would be for immediate data (e.g., on first page load) and then it would be replaced by data from `href`--although I'm not sure what the point of using both would be. Dave On Wed, May 29, 2013 at 2:25 PM, Antonios Gkogkakis wrote: > I haven't used the sj:auto

Re: Struts 2 jQuery autocompleter and dynamic list

2013-05-29 Thread Antonios Gkogkakis
I haven't used the sj:autocompleter (I'm using the jQuery autocompletedirectly), but from 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 document

Re: Struts 2 jQuery autocompleter and dynamic list

2013-05-29 Thread Mike Hao
Hi Antonios, Thank you so much for your response. I was actually keep reading the wiki these days, but I am still not able to get what I expected. For , can these two attribute "list" and "href" used together? Thanks, Mike On Wed, May 29, 2013 at 4:13 AM, Antonios Gkogkakis wrote: > Hi Mike

RE: Struts 2 jQuery autocompleter and dynamic list

2013-05-29 Thread Martin Gainty
> Subject: Re: Struts 2 jQuery autocompleter and dynamic list > From: gkogk...@tcd.ie > To: user@struts.apache.org > > Hi Mike, > > have a look at the following link > https://code.google.com/p/struts2-jquery/wiki/AutocompleterTag > > Antonios > > > > On

Re: Struts 2 jQuery autocompleter and dynamic list

2013-05-29 Thread Antonios Gkogkakis
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 wrote: > I am trying to implement an auto complete feature using Struts 2 jQuery > plugin - . The suggestion list need to be dynamically > retriev

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 - . 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 example? I could not