Re: struts2 jquery autocompleter is not working

2012-11-26 Thread Higo Matos
clanmilano, this problem is reported in: http://code.google.com/p/struts2-jquery/issues/detail?id=647 - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Re: struts2 jquery autocompleter is not working

2011-09-09 Thread Dave Newton
Sounds like a bug off it's supposed to be serializing on submit, or an ambiguous spec--I'd check the tag code to see what seems to be intended and take it from there. Dave On Sep 9, 2011 6:16 PM, "clanmilano" wrote: > getAllProducts() is called any time the user type in the autocompleter. Form >

Re: struts2 jquery autocompleter is not working

2011-09-09 Thread clanmilano
getAllProducts() is called any time the user type in the autocompleter. Form values are sent to the action but they do not have the latest values, they just send the value that they have in loading of the page. What I expect is to get the form values latest selected. As it is specified in http://

Re: struts2 jquery autocompleter is not working

2011-09-09 Thread Dave Newton
I didn't even know it sent *any* other form information, is it actually in the HTTP request? If it is, then perhaps it builds up its request on page load, and not dynamically. Dave On Thu, Sep 8, 2011 at 8:27 PM, clanmilano wrote: > Hello there! I have a web project in which I'm using struts2 +