> If you just click on a bookmarkable link and then the url does change in the 
> browser then somewhere
> a setRedirect(true) is done. 

So the URL "http://localhost:8080/?wicket:interface=:2::"; comes from the 
throw new RestartResponseAtInterceptPageException(this)? At least the second 
time, when getOurSession().isLicenseAgreed() returns true and hence no 
redirect happens, the URL remains the same.

Unfortunately, this does not allow me to eliminate the intermediate redirect 
to the license agreement from the back-button history, although 
isVersioned() returns false all the time.

Tom


Johan Compagner wrote:
> nothing is wrong if you click on a wicket link (or submit a form) then 
> we do a redirect
> to the page that is then rendered
> 
> What is strange (if that happens at your place) is that if you click on 
> a bookmarkable link
> then that link should stay there (until you press a none bookmarkable 
> link or submit a form on that page)
> If you just click on a bookmarkable link and then the url does change in 
> the browser then somewhere
> a setRedirect(true) is done.
> 
> johan

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to