[Wicket-user] Back button and Database rollback

2006-04-27 Thread Ayodeji Aladejebi
In wicket, if i want hibernate to rollback a transaction when a user clicks the 'back button' back to a page where they just posted from a Form to a database..what du i do? is there anyway i can detect 'onBack' thanks

Re: [Wicket-user] Back button and Database rollback

2006-04-27 Thread Eelco Hillenius
There is, though not specifically geared towards doing database roll back. Also, note that it is impossible afaik to detect things like that from the browser, so the following only works when the user pushes the back button and then clicks some link or button causing another server roundtrip.