events.xml documentation module contains invalid xml
----------------------------------------------------
Key: JBSEAM-917
URL:
http://jira.jboss.com/jira/browse/JBSEAM-917
Project: JBoss Seam
Issue Type: Bug
Components: Documentation
Affects Versions: 1.1.7.CR1
Reporter: Guy Veraghtert
<rule> custom actions in events.xml documentation module are not properly closed
e.g.
<rule if-outcome="0">
<redirect view-id="/viewDocument.xhtml"/>
<rule/>
instead of
<rule if-outcome="0">
<redirect view-id="/viewDocument.xhtml"/>
</rule>
--
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