I found the following class which adds back button support to AJAX components: http://grepcode.com/file/repo1.maven.org/maven2/org.wicketstuff/jquery-examples/1.4.7/org/wicketstuff/jquery/ajaxbackbutton/Page4AjaxBackButton.java
Is this the recommended solution for 1.4.x? What are other alternatives? Thanks, Alec On Tue, Jul 24, 2012 at 8:37 AM, Martin Grigorov <[email protected]> wrote: > Hi Steve, > > There is nothing new about this in Wicket 6. > It is as in Wicket 1.5 - back button is not supported out of the box for Ajax. > > On Tue, Jul 24, 2012 at 4:48 PM, Steve Lowery > <[email protected]> wrote: >> I did a search in the user list and found several references of various >> ways to solve the back button using ajax problem, but most were a few years >> old. I was wondering if wicket 6 does can do this out of the box now. One >> of the stated goals on the wicket site is that it will "Fully solve back >> button problem". Does this hold true for ajax requests or just plain http >> requests (or both)? > > > > -- > Martin Grigorov > jWeekend > Training, Consulting, Development > http://jWeekend.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
