Hello all.
In my app I have so AjaxUpdateContainers which gets updated when pressing some AjaxSubmitButtons , (funny, :) ), now sometimes, when I, clicking the submit butons, I get the you backtrack too far exception, it happens randlmly, it can happen after clicking 10 times the button, or after clicking 5, or sometimes it doesn't even happen.
this is what Im doing at the end of the WOActionResult methods,
if (this.didBacktrack()){ session().defaultEditingContext().revert(); // handle and prepare to report errors // this.errors.addObject("Unable to process page after back button was pressed."); return this.context().page(); }
I read it somewhere in the wiki, but it seems its not working..
Any suggestions.?
thanks
Gustavo |