Maybe you should try by opening an issue in struts2-jquery site? http://code.google.com/p/struts2-jquery/
2012/2/3 Bruno Klava <bkl...@gmail.com> > Hi everyone, > > concerning the usage of the AutocompleterTag from the struts2-jquery > plugin: > > instead of returning just the autocomplete values (I'm returning just > a few results to be shown), I'd like to return additional data (the > total number of matches) to give a feedback to the user that there are > more results available and that the search can be refined (if this is > the case). > > AFAIK, the AutocompleterTag expects a JSON result with a list (with > the possible values) on its root, so I cannot send both the results > and the additional data. > > I could make an other AJAX request to get this additional data, but > I'd like to do this in a single request (so I don't have to store > anything in the session). Does anyone knows if this is possible? > > Thanks in advance, > Bruno > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > >