[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-1157) page action not called when login-required="true"

Richard Leherpeur (JIRA) jira-events at lists.jboss.org
Tue Apr 10 00:11:58 EDT 2007


page action not called when login-required="true"
-------------------------------------------------

                 Key: JBSEAM-1157
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-1157
             Project: JBoss Seam
          Issue Type: Bug
    Affects Versions: 1.2.1.GA
            Reporter: Richard Leherpeur


Pages.xml is defined as followed:

<pages login-view-id="/public/login.xhtml">

	<page view-id="/restricted/*" login-required="true"/>

    <page view-id="/account.xhtml" action="#{accountAction.outcome}" login-required="true" />

...
</pages>

When accessing account.xhtml, the login accurs but then the action is never called (when login-required="true").  When removing the attribute login-required, the action is properly called.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list