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 request here:
https://github.com/WiQuery/wiquery/pull/9

If you don't use autoUpdate, this pull request is sufficient to get
the autocomplete working.

I'm working on another patch to get the autoUpdate feature working.

-- 
Guillaume

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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 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 WiQuery JS bindings and works ok, but I didnt see any
 initialization of WiQuery so Im assuming it's done implicitly via the use
 of the ui-component.

 Does WiQuery have to be initialized and if so, how?  If not, any
 suggestions as to why the WiQuery JS isnt being added to the final rendered
 page?

 N