if you override wantonselectionchangednotification to return true then it is done with a regular request instead of ajax.
-igor On Thu, Sep 2, 2010 at 7:04 AM, nmetzger <[email protected]> wrote: > > Hi all, > > I have a problem with a page in which I exchange a lot of panels via Ajax. > It worked the way I intended, especially the fact that pressing the browser > back button returned the user to the previous page. > Now I added a new panel that included a CheckGroup with an > "onSelectionChanged()" method that basically switched my text fields in the > new panel from read-only to editable and vice versa. When I click the submit > button and then the browser back button, the new Panel is displayed again > instead of the previous page. The panel form then of course has lost the > data including my check if the form already has been submitted, and I run > into errors. > > Why is the back button not working as expected? What can I do to get rid of > this behavior? > > Thanks, > Natalie > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/onSelectionChanged-and-browser-back-button-tp2523367p2523367.html > Sent from the Wicket - User mailing list archive at Nabble.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]
