[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-2260) <navigation if-outcome="xxx"> => <rule if-outcome="xxx">

Tobias Kilian (JIRA) jira-events at lists.jboss.org
Fri Nov 16 07:44:19 EST 2007


<navigation if-outcome="xxx">   =>  <rule if-outcome="xxx">
-----------------------------------------------------------

                 Key: JBSEAM-2260
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-2260
             Project: JBoss Seam
          Issue Type: Bug
    Affects Versions: 2.0.0.GA
            Reporter: Tobias Kilian
            Priority: Minor


http://docs.jboss.com/seam/2.0.0.GA/reference/en/html/events.html

section 5.1.1.2. at the bottom

<page view-id="/editDocument.xhtml">
    <navigation if-outcome="success">
        <redirect view-id="/#{userAgent}/displayDocument.xhtml"/>
    </navigation>
</page>

should be changed to

<page view-id="/editDocument.xhtml">
    <navigation>
        <rule if-outcome="success">
            <redirect view-id="/#{userAgent}/displayDocument.xhtml"/>
        </rule>
    </navigation>
</page>


-- 
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