Re: strange issue, OnChangeAjaxBehavior() executed only once

2012-11-13 Thread saty
Anyone?



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/strange-issue-OnChangeAjaxBehavior-executed-only-once-tp4653798p4653834.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



Re: strange issue, OnChangeAjaxBehavior() executed only once

2012-11-13 Thread Uwe Schäfer

On 11/13/2012 04:13 PM, saty wrote:

Anyone?


wild guess, but could it be that the component with this behavior is 
rerendererd on the way back, but it's URL is now pointing to the initial 
version's behavior? (means you do not get different URLS for the callback)


i tricked myself the other day this way.

if so, solution is recreate the url when rendering.

cu uwe


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



Re: strange issue, OnChangeAjaxBehavior() executed only once

2012-11-13 Thread saty
Thanks, using the debug mode i see that it prints

INFO: Channel '0' is busy - scheduling the callback to be executed when the
previous request finish.

not sure what it means.



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/strange-issue-OnChangeAjaxBehavior-executed-only-once-tp4653798p4653858.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



Re: strange issue, OnChangeAjaxBehavior() executed only once

2012-11-13 Thread saty
Thanks martin.

I see that i have two java script errors and these could be causing the
problem.

ReferenceError: Prototype is not defined 

TypeError: Tip is not a constructor



These are related to prototype.js and wicketstuff-minis (tool tip)

Any help on resolving these?

Thanks



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/strange-issue-OnChangeAjaxBehavior-executed-only-once-tp4653798p4653862.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