[jboss-user] [JBoss Seam] - session timeout and http post

tom_goring do-not-reply at jboss.com
Tue May 1 09:46:21 EDT 2007


hi,

I have a page as follows (pages.xml):

	<page view-id="/mypage.xhtml" login-required="true" >
	


after http session timeout:

on a http get request seam correctly redirects to the login page.

on a http post (action btn in page) I get a load of exceptions as my seam bean that populates the page has @In args that are required but don't exist.

I understand I could create a ServletFilter or something to handle this but I was expecting Seam to (as I have told it the page requires a session).

Am I missing something ?

Thanks in advance.



 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042085#4042085

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4042085



More information about the jboss-user mailing list