Is there a graceful way to detect a session expiration. Currently I get a nasty error message about a required @In when the session expires.
The best I can figure is to set all of my @In(required=true) to false and check manually for null. Obviously this would beg the question why we would use true at all. Or am I to much of a nube and have missed something in the documentation. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963597#3963597 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963597 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
