Back-button friendly ajax wizard navigation

2010-04-21 Thread Brian Laframboise
I have a Page with a Wizard component. Currently using the next and previous buttons perform full-page (non-ajax) form submissions which has the necessary side-effect of being back-button friendly. I implemented an ajax version of the Wizard in order to get faster validations. That part works

Re: Back-button friendly ajax wizard navigation

2010-04-21 Thread Brian Laframboise
Thanks Edward. I was hoping for some means of doing this in a redirect-after-post kind of way so that the javascript response to the client actually caused the browser to request the next wizard page via a new url, creating a back-button history entry. I guess generating that URL for a

JQuery update policy

2012-11-01 Thread Brian Laframboise
Now that Wicket is built on top of jQuery, does the Wicket project have a stated policy on when that dependency will be updated? I found the Wicket Ajax page ( https://cwiki.apache.org/WICKET/wicket-ajax.html) but it did not address this. I'm aware that I can override the default version