Hi,
if (e instanceof IWicketInternalException) {return null;}
...
Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov
On Wed, Feb 18, 2015 at 6:10 PM, dpmihai <[email protected]> wrote:
> Can someone confirm if this:
>
> if (e instanceof StalePageException) {
> return super.onException(cycle, e);
> }
>
> is the right way to let StalePageException be handled by wicket?
>
> Is there a problem if the page has PageParameters?
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/How-to-manage-StalePageException-tp4669601p4669617.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>