« Return to Thread: Upgrading from 3.0.3 to 4.0.1 in AppFuse

Re: Upgrading from 3.0.3 to 4.0.1 in AppFuse

by Leonardo Quijano Vincenzi :: Rate this Message:

Reply to Author | View in Thread

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


andyhot@... 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: tapestry-user-unsubscribe@...
For additional commands, e-mail: tapestry-user-help@...

 « Return to Thread: Upgrading from 3.0.3 to 4.0.1 in AppFuse