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

Gavin King gavin.king at jboss.com
Sun Feb 4 04:41:15 EST 2007


  User: gavin   
  Date: 07/02/04 04:41:15

  Modified:    src/main/org/jboss/seam  pages-1.1.dtd
  Log:
  fix <redirect/> w/o an explicit viewid
  
  Revision  Changes    Path
  1.20      +1 -1      jboss-seam/src/main/org/jboss/seam/pages-1.1.dtd
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: pages-1.1.dtd
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/pages-1.1.dtd,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -b -r1.19 -r1.20
  --- pages-1.1.dtd	4 Feb 2007 03:51:56 -0000	1.19
  +++ pages-1.1.dtd	4 Feb 2007 09:41:15 -0000	1.20
  @@ -69,7 +69,7 @@
   
   <!-- exception handling -->
   
  -<!ELEMENT exception ((http-error|redirect),end-conversation?)>
  +<!ELEMENT exception (end-conversation?,(http-error|redirect))>
   <!ATTLIST exception class CDATA #IMPLIED>
   
   <!ELEMENT http-error (#PCDATA)>
  
  
  



More information about the jboss-cvs-commits mailing list