[jboss-cvs] jboss-seam/doc/reference/en/modules ...
Gavin King
gavin.king at jboss.com
Sat Feb 24 11:45:42 EST 2007
User: gavin
Date: 07/02/24 11:45:42
Modified: doc/reference/en/modules events.xml
Log:
JBSEAM-917
Revision Changes Path
1.15 +7 -7 jboss-seam/doc/reference/en/modules/events.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: events.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/events.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- events.xml 16 Feb 2007 17:06:02 -0000 1.14
+++ events.xml 24 Feb 2007 16:45:42 -0000 1.15
@@ -287,7 +287,7 @@
<navigation from-action="#{documentEditor.update}">
<rule if-outcome="success">
<redirect view-id="/viewDocument.xhtml"/>
- <rule/>
+ </rule>
</navigation>
</page>]]></programlisting>
@@ -303,7 +303,7 @@
evaluate="#{documentEditor.errors.size}">
<rule if-outcome="0">
<redirect view-id="/viewDocument.xhtml"/>
- <rule/>
+ </rule>
</navigation>
</page>]]></programlisting>
@@ -317,7 +317,7 @@
<navigation from-action="#{documentEditor.update}">
<rule if="#{documentEditor.errors.empty}">
<redirect view-id="/viewDocument.xhtml"/>
- <rule/>
+ </rule>
</navigation>
</page>]]></programlisting>
@@ -340,7 +340,7 @@
<rule if="#{documentEditor.errors.empty}">
<end-conversation/>
<redirect view-id="/viewDocument.xhtml"/>
- <rule/>
+ </rule>
</navigation>
</page>]]></programlisting>
@@ -357,7 +357,7 @@
<rule if="#{documentEditor.errors.empty}">
<end-conversation/>
<render view-id="/viewDocument.xhtml"/>
- <rule/>
+ </rule>
</navigation>
</page>]]></programlisting>
@@ -374,7 +374,7 @@
<redirect view-id="/viewDocument.xhtml">
<param name="documentId" value="#{documentEditor.documentId}"/>
</redirect>
- <rule/>
+ </rule>
</navigation>
</page>]]></programlisting>
@@ -390,7 +390,7 @@
<navigation from-action="#{documentEditor.update}">
<rule>
<render view-id="/viewDocument.xhtml"/>
- <rule/>
+ </rule>
</navigation>
</page>]]></programlisting>
More information about the jboss-cvs-commits
mailing list