Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Apache Wicket BackButton support Browser Compatibility issue

I am a newbie evaluating wicket framework for development and I have encountered a problem while trying to implement the Browser BackButton support feature of wicket.

After reading the documentation and forum discussions on the same topic I tried to put my components and everything in a form and used the -

         form.setVersioned(true); 

for enabling the Browser BackButton Support.

This works fine for Mozilla Firefox. However, the Back Button of Chrome and Internet Explorer fails to deliver the same functionality. This issue has created concern in my further exploration of wicket. Please help.

like image 619
Vidhi Avatar asked Dec 07 '25 13:12

Vidhi


1 Answers

probably it is not about serVersioned(true) that is in most cases true by default. The most important thing is to call modelChanging() and modelChanged() methods to notify Wikcet about changes.

See https://cwiki.apache.org/WICKET/browser-back-forward.html

like image 113
Martin Strejc Avatar answered Dec 10 '25 01:12

Martin Strejc



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!