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

Reply via email to