Re: WiQuery 6.0

2012-10-23 Thread Guillaume Smet
Hi Nick, On Tue, Oct 23, 2012 at 1:28 AM, Nick Pratt nbpr...@gmail.com wrote: I do see the imports of jquery and jquery.ui.autocomplete (which I checked are available and served by the web server) - there's just no wiquery-gen-uniqueid script in the page This is a bug. See my pending pull

WiQuery 6.0

2012-10-22 Thread Nick Pratt
I added an AutocompleteAjaxComponent to a Form on a Page. While the component renders, Im not seeing any of the associated WiQuery JS bindings in the rendered page (so my getValues() method never gets invoked) - I copied the example code from the WiQuery-examples project, and that sample has the

Re: WiQuery 6.0

2012-10-22 Thread Nick Pratt
I do see the imports of jquery and jquery.ui.autocomplete (which I checked are available and served by the web server) - there's just no wiquery-gen-uniqueid script in the page On Mon, Oct 22, 2012 at 7:24 PM, Nick Pratt nbpr...@gmail.com wrote: I added an AutocompleteAjaxComponent to a Form on