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" <clanmil...@gmail.com> wrote: > 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://code.google.com/p/struts2-jquery/ there is an > attribute formIds that says: > Comma delimited list of form ids for which to serialize all fields during > submission when this element is clicked (if multiple forms have overlapping > element names, it is indeterminate which will be used) > > So it's like autocompleter supports what I'm expecting. > > I really don't know if this is an issue in the component or if it is an > issue in my code. > > Any suggestion? > > -- > View this message in context: http://struts.1045723.n5.nabble.com/struts2-jquery-autocompleter-is-not-working-tp4784544p4788070.html > Sent from the Struts - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org >