Since you are changing the DOM dynamically using Ajax, the browser -- correctly I would say -- isn't considering this a page change, so the back button should take you back to the page prior to the wizard.
The browser history will be immutable from JavaScript, so that's not an option. To achieve the user experience you want, I think the best alternative is to validate your fields via Ajax onblur, but move between wizard steps using a form submit. Hope this helps. Ed. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org