Hi.

I guess everyone is pointing out to problems that are bugging him, and one
of my complaints is missing support for logging out that I reported long
ago:
http://issues.apache.org/jira/browse/TAPESTRY-237
as a good example of how some simple things are always a bit more complex
than they should be.

For example, we have PageRedirectException and RedirectException for
changing request flow once it is in listener method.
Now we wan to perform log out from listener method, so, how does it sound to
introduce something like
throw new InvalidateSessionException(String toPageName);
for that purpose?

Actually, somehow it doesn't seem right to use exceptions for normal
situations since exceptions should be rasied when something bad happened
(Joshua Bloch), but since we already do...

Thoughts?

-Vjeran



-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.11.8 - Release Date: 10.5.2005


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

Reply via email to