2 Replies Latest reply on May 1, 2007 1:51 PM by tom_goring

    session timeout and http post

    tom_goring

      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.