1 2 Previous Next 15 Replies Latest reply on Nov 25, 2007 3:33 PM by whafrog Go to original post
      • 15. Re: problem in login.seam
        whafrog

        You'd think the pages.xml setting would take precendence, ie, if I define this:

        <exception class="org.jboss.seam.security.NotLoggedInException">
         <redirect view-id="/home.xhtml">
         <message>Please log in</message>
         </redirect>
        </exception>


        The message should be changed to "Please log in". Otherwise, what's the point of defining the message in pages.xml?


        1 2 Previous Next