Author: shane.bryzak(a)jboss.com
Date: 2008-08-15 19:32:39 -0400 (Fri, 15 Aug 2008)
New Revision: 8709
Modified:
trunk/src/main/org/jboss/seam/pages-2.1.xsd
Log:
added http-port and https-port attributes to pages element
Modified: trunk/src/main/org/jboss/seam/pages-2.1.xsd
===================================================================
--- trunk/src/main/org/jboss/seam/pages-2.1.xsd 2008-08-15 22:58:30 UTC (rev 8708)
+++ trunk/src/main/org/jboss/seam/pages-2.1.xsd 2008-08-15 23:32:39 UTC (rev 8709)
@@ -23,6 +23,8 @@
<xs:attributeGroup name="attlist.pages">
<xs:attribute name="no-conversation-view-id" />
<xs:attribute name="login-view-id" />
+ <xs:attribute name="http-port" />
+ <xs:attribute name="https-port" />
</xs:attributeGroup>
<xs:element name="exception">
Show replies by date