I really don't understand why a RedirectException is not allowed. We all know RedirectException is not really an exception (in the sense of an error condition), so why shouldn't it be allowed? This is problematic when creating a PageNotFound error page. Is there a property like "staleSessionPageName" for that one?

--
Ing. Leonardo Quijano Vincenzi
DTQ Software


[EMAIL PROTECTED] wrote:
Yes, Leonardo is so correct here...
One cannot throw exceptions (even redirectexception) in the exception page.

So, perhaps use directly :
<property name="staleSessionPageName" value="LoginPage"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to