[jboss-cvs] jboss-seam/src/main/org/jboss/seam ...

Gavin King gavin.king at jboss.com
Tue Jun 12 03:09:15 EDT 2007


  User: gavin   
  Date: 07/06/12 03:09:14

  Modified:    src/main/org/jboss/seam   pages-1.3.dtd pages-1.3.xsd
  Log:
  validators and required for page parameters
  
  Revision  Changes    Path
  1.5       +3 -0      jboss-seam/src/main/org/jboss/seam/pages-1.3.dtd
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: pages-1.3.dtd
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/pages-1.3.dtd,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- pages-1.3.dtd	3 Jun 2007 19:38:29 -0000	1.4
  +++ pages-1.3.dtd	12 Jun 2007 07:09:14 -0000	1.5
  @@ -35,6 +35,9 @@
   <!ATTLIST param value CDATA #IMPLIED>
   <!ATTLIST param converter CDATA #IMPLIED>
   <!ATTLIST param converterId CDATA #IMPLIED>
  +<!ATTLIST param validator CDATA #IMPLIED>
  +<!ATTLIST param validatorId CDATA #IMPLIED>
  +<!ATTLIST param required (true|false) "false">
   
   <!ELEMENT action EMPTY>
   <!ATTLIST action if CDATA #IMPLIED>
  
  
  
  1.2       +3 -0      jboss-seam/src/main/org/jboss/seam/pages-1.3.xsd
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: pages-1.3.xsd
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/pages-1.3.xsd,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- pages-1.3.xsd	5 Jun 2007 01:23:52 -0000	1.1
  +++ pages-1.3.xsd	12 Jun 2007 07:09:14 -0000	1.2
  @@ -108,6 +108,9 @@
           <xs:attribute name="value"/>
           <xs:attribute name="converter"/>
           <xs:attribute name="converterId"/>
  +        <xs:attribute name="validator"/>
  +        <xs:attribute name="validatorId"/>
  +        <xs:attribute name="required" type="xs:boolean"/>
       </xs:attributeGroup>
       <xs:element name="action">
           <xs:complexType>
  
  
  



More information about the jboss-cvs-commits mailing list