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

Gavin King gavin.king at jboss.com
Thu Mar 29 15:06:01 EDT 2007


  User: gavin   
  Date: 07/03/29 15:06:01

  Modified:    src/main/org/jboss/seam  pages-1.2.dtd
  Log:
  allow pages.xml to add message to a control
  
  Revision  Changes    Path
  1.4       +1 -0      jboss-seam/src/main/org/jboss/seam/pages-1.2.dtd
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: pages-1.2.dtd
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/pages-1.2.dtd,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- pages-1.2.dtd	23 Mar 2007 12:38:33 -0000	1.3
  +++ pages-1.2.dtd	29 Mar 2007 19:06:01 -0000	1.4
  @@ -101,6 +101,7 @@
   <!ATTLIST http-error error-code CDATA #IMPLIED>
   
   <!ELEMENT message (#PCDATA)>
  +<!ATTLIST message for CDATA #IMPLIED>
   <!ATTLIST message severity (info|warn|error|fatal|INFO|WARN|ERROR|FATAL) "INFO">
   
   <!ELEMENT description (#PCDATA)>
  
  
  



More information about the jboss-cvs-commits mailing list