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

Shane Bryzak (JIRA) jira-events at lists.jboss.org
Tue Apr 10 19:06:58 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBSEAM-1157?page=all ]

Shane Bryzak reassigned JBSEAM-1157:
------------------------------------

    Assignee: Shane Bryzak

> 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
>         Assigned To: Shane Bryzak
>
> 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