Hi,

I believe Wicket uses a minified version of jQuery in deployment. Maybe this causes problems with that library?

Otherwise, check all callers to Application#usesDevelopmentConfig() and replace them one by one to the deployment value until you get the same error.

On 01/05/2013 1:59 PM, saty wrote:
I am using JQuery multi select by Eric Hynds in my current wicket application
in few places.
http://www.erichynds.com/examples/jquery-ui-multiselect-widget/demos/

This works great in a Wicket application (using ListMultipleChoice) in
wicket development mode,  but when i change wicket mode to deployment
surprisingly the onclose even (close multiselect) does not get fired, the
onchange event (when you select/deselect) continue to work, no issues with
that.

Any thoughts on what might be going on here and how to fix this problem,
within Wicket.

Appreciate your help.

Thanks



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/even-issue-switching-from-development-to-deployment-mode-tp4658450.html
Sent from the Users forum mailing list archive at Nabble.com.

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



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

Reply via email to