-
Mar 11th, 2013, 04:05 PM
#1
Spring webflow back button issue
Has there been any update with the back button issue with new spring webflow releases ? i noticed we can use max-executions and max-executions-snapshots to save the snaphsots for back button which works fine...but what if we dont want the user to get back to particular page ..for eg...we want all back buttons should go back to the front page..if we use history="discard" with the above it gives snapshot exception when going back from a discarded page.
Any other solutions out there that is easy to implement?
So i tried putting the exception in SimpleMappingExcndeptionResolver and pointing it to and error page ..now from that error page if i have a <a href> with the url for new flow it works but how can i do this automatically without the user having to see the screen and click the url. I tried to put the url as action in a form and then do an autosubmit using javascript but doesnt seem to work
Any ideas ?
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules