On Thu, 11 Oct 2007 17:00:46 +0200 Federico Fanton <[EMAIL PROTECTED]> wrote:
> The button has setDefaultFormProcessing(false), and overrides onSubmit so > that the form model object is sent to the persistence layer and printed > immediately afterwards. The persistence layer *may* alter the object, so I > have to reload it. My problem is that this reloading causes a "page expired" > when I press the button for a second time. Ouch! Looks like it was simply a serialization issue.. ^^; Is there a way to trigger "blocking" Serialization exceptions instead of simply logging them? Many thanks :) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
