Re: ajax and browser back button in wicket 6

2012-08-29 Thread Alec Swan
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 alternativ

Re: ajax and browser back button in wicket 6

2012-07-24 Thread Martin Grigorov
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 wrote: > I did a search in the user list and found several references of various > ways to solve the back button usi

ajax and browser back button in wicket 6

2012-07-24 Thread Steve Lowery
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 bu