[
http://jira.jboss.com/jira/browse/JBSEAM-2260?page=all ]
Pete Muir updated JBSEAM-2260:
------------------------------
Issue Type: Task (was: Bug)
Component/s: Documentation
Fix Version/s: 2.0.1.GA
<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: Task
Components: Documentation
Affects Versions: 2.0.0.GA
Reporter: Tobias Kilian
Priority: Minor
Fix For: 2.0.1.GA
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