Hey I have a tiny little problem with ajax behaviors and back button. 

I have a component (jQuery date picker that makes an ajax call to wicket
with selected date as parameter) which has an ajax behavior and renders it's
callbackUrl to head !

taken from components code:


If I select dates with this component and stay on the same page everything
works. 
If I go to next page and press back button Ajax request made by selecting a
date throws me:

org.apache.wicket.core.request.mapper.StalePageException
and I'm redirected on error page.

By debuging I figured out that when selecting a date (on page that I got to
by pressing back button) the whole page reloads and my behavior is not
called due to StalePageException...
Any tips to overcome this would be appreciated. 

Regards 

Armando





--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/AbstractAjaxBehavior-back-button-problem-tp4657293.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

Reply via email to