[seam-commits] Seam SVN: r9055 - trunk/src/main/org/jboss/seam.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Sat Sep 20 21:19:48 EDT 2008


Author: jacob.orshalick
Date: 2008-09-20 21:19:48 -0400 (Sat, 20 Sep 2008)
New Revision: 9055

Modified:
   trunk/src/main/org/jboss/seam/pages-2.1.xsd
Log:
JBSEAM-1943 added back root attribute, lost in merge

Modified: trunk/src/main/org/jboss/seam/pages-2.1.xsd
===================================================================
--- trunk/src/main/org/jboss/seam/pages-2.1.xsd	2008-09-21 00:39:20 UTC (rev 9054)
+++ trunk/src/main/org/jboss/seam/pages-2.1.xsd	2008-09-21 01:19:48 UTC (rev 9055)
@@ -286,7 +286,8 @@
         </xs:complexType>
     </xs:element>
     <xs:attributeGroup name="attlist.end-conversation">
-        <xs:attribute name="before-redirect" default="false" type="pages:tf-boolean"/>
+        <xs:attribute name="before-redirect" default="false" type="pages:tf-boolean"/>
+        <xs:attribute name="root" default="false" type="pages:tf-boolean"/>
         <xs:attribute name="if" type="pages:boolean-value-expression" />
     </xs:attributeGroup>
     




More information about the seam-commits mailing list