CDI timeout results in an NPE
Posted
by Brian Leathem
on Stack Overflow
See other posts from Stack Overflow
or by Brian Leathem
Published on 2010-06-05T04:51:46Z
Indexed on
2010/06/09
22:32 UTC
Read the original article
Hit count: 315
Is there a way (in JSF 2) to catch a Conversation timeout and redirect a user to a new page? I'm getting nasty NullPointerExceptions when the conversation times out.
I could redirect the user on all NPE's, but that seems like too big a net.
© Stack Overflow or respective owner