Re: AJAX not working after migrating from wicket 1.5.5 to 6.3.0

2012-11-26 Thread shimin_q
After a lot of tries, here is what I obeserved so far in my envionment. Basically, it appears how the page with AJAX is loaded affects whether AJAX listeners are enabled on the page. Could anyone please take a look at below and let me know why this is the case and what I need to do to fix it?

Re: AJAX not working after migrating from wicket 1.5.5 to 6.3.0

2012-11-26 Thread shimin_q
Just to add a bit more info. The newmetaprofile link on the 8770main page looks like the following: li Create ./newmetaprofile /li Any suggestions/ideas for me to try would be appreciated! -- View this message in context:

AJAX not working after migrating from wicket 1.5.5 to 6.3.0

2012-11-21 Thread shimin_q
I have a wicket application that implements a Form with multiple fields. AJAX form updating behavior onChange() is implemented so that a value change in one field will trigger reset of some other fields. All have been tested working fine in wicket 1.5.5. Now I just migrated to 6.3.0, none of

Re: AJAX not working after migrating from wicket 1.5.5 to 6.3.0

2012-11-21 Thread Andrea Del Bene
What exactly is the problem with the new version of Wicket? Is the behavior not executed at all? I have a wicket application that implements a Form with multiple fields. AJAX form updating behavior onChange() is implemented so that a value change in one field will trigger reset of some other

Re: AJAX not working after migrating from wicket 1.5.5 to 6.3.0

2012-11-21 Thread shimin_q
Yes, it appears the onUpdate() was never called with wicket 6.3.0 when I update the value in the DropDownChoice. I am not sure what I need to do to get it working with wicket 6, it was working fine in 1.5.5. -- View this message in context:

Re: AJAX not working after migrating from wicket 1.5.5 to 6.3.0

2012-11-21 Thread shimin_q
Well, maybe the problem is not in this part of wicket code. As I mentioned, everything worked fine for me with wicket 1.5.5. And the problem occurred right after I switched the wicket library from 1.5.5 to 6.3.0. Perhaps I need to tweak my environment or configuration or set up somewhere, or

Re: AJAX not working after migrating from wicket 1.5.5 to 6.3.0

2012-11-21 Thread Martijn Dashorst
Remove all your own jquery includes. Wicket 6 provides the latest and greatest out of the box. Martijn On Wed, Nov 21, 2012 at 6:06 PM, shimin_q smq...@hotmail.com wrote: Well, maybe the problem is not in this part of wicket code. As I mentioned, everything worked fine for me with wicket

Re: AJAX not working after migrating from wicket 1.5.5 to 6.3.0

2012-11-21 Thread shimin_q
I have in the HTML head: meta name=viewport content=width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no link rel=stylesheet href=http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.css; / I need the jquery-mobile stuff, so should I just