Re: Change the searchLimit for the autocompleter?

2007-04-17 Thread Adam Ruggles
Would you happen to know which attribute in dojo needs to be set or do I need to wait for a newer version to be release with struts? Musachy Barroso wrote: I didn't even know there was a limit until I saw it the other day on Dojo's code. Just adding an attribute is easy, so it can be tackled

Re: Change the searchLimit for the autocompleter?

2007-04-17 Thread Musachy Barroso
it would be easier just to wait for 2.0.8, which will probably happen this week or next, Ted can confirm on that. If you want to hack around Dojo, you can set it with something like dojo.widget.byId(autocompleter_Id_here).dataProvider.searchLimit = 100; regards musachy On 4/17/07, Adam Ruggles

Change the searchLimit for the autocompleter?

2007-04-16 Thread Adam Ruggles
Is there a way to change the default searchLimit on the autocompleter tag? I guess the default is 30 but I need that increased. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Change the searchLimit for the autocompleter?

2007-04-16 Thread Musachy Barroso
I didn't even know there was a limit until I saw it the other day on Dojo's code. Just adding an attribute is easy, so it can be tackled for 2.0.8: https://issues.apache.org/struts/browse/WW-1886 musachy On 4/16/07, Adam Ruggles [EMAIL PROTECTED] wrote: Is there a way to change the default