]
Pete Muir closed JBSEAM-2260.
-----------------------------
Resolution: Done
Thanks for report :)
<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
Assigned To: Pete Muir
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: