Re: Autocomplete with two parameters

2012-08-14 Thread William Lopes
I achieved, but I don't did with autocomplete, I chose for the input select with SelectModel. Anyway, thank you, in the future will be useful. Hugs. 2012/8/13 Robert Zeigler > Under the hood, tapestry is using the Ajax.Autocompleter from > Scriptaculous (at least for now). One of the parameters

Re: Autocomplete with two parameters

2012-08-13 Thread Robert Zeigler
Under the hood, tapestry is using the Ajax.Autocompleter from Scriptaculous (at least for now). One of the parameters to the javascript is "parameters" (see: http://script.aculo.us/docs/Ajax.Autocompleter.html). Tapestry doesn't allow you set this by default, BUT, you could extend the autocomple

Re: Autocomplete with two parameters

2012-08-13 Thread William Lopes
If someone to have some other idea that can to solve, I'm ready to listen. Thanks. 2012/8/13 William Lopes > Hi guys. > > I'm already for done my project, but now the things are too ugly. > > So, I need make an autocomplete, the default I already did, but don't work > of the way that I need. >