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

Gavin King gavin.king at jboss.com
Sun Dec 17 11:04:09 EST 2006


  User: gavin   
  Date: 06/12/17 11:04:09

  Modified:    src/main/org/jboss/seam  pages-1.1.dtd
  Log:
  any-outcome
  
  Revision  Changes    Path
  1.10      +2 -2      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.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- pages-1.1.dtd	17 Dec 2006 12:54:09 -0000	1.9
  +++ pages-1.1.dtd	17 Dec 2006 16:04:09 -0000	1.10
  @@ -24,13 +24,13 @@
   <!ATTLIST param converter CDATA #IMPLIED>
   <!ATTLIST param converterId CDATA #IMPLIED>
   
  -<!ELEMENT action-navigation (outcome*,null-outcome?)>
  +<!ELEMENT action-navigation (null-outcome?,outcome*,any-outcome?)>
   <!ATTLIST action-navigation action CDATA #IMPLIED>
   <!ATTLIST action-navigation outcome CDATA #IMPLIED>
   
   <!ELEMENT outcome ((begin-conversation|end-conversation)?,(render|redirect))>
   <!ATTLIST outcome value CDATA #REQUIRED>
  -
  +<!ELEMENT any-outcome ((begin-conversation|end-conversation)?,(render|redirect))>
   <!ELEMENT null-outcome ((begin-conversation|end-conversation)?,(render|redirect))>
   
   <!ELEMENT begin-conversation EMPTY>
  
  
  



More information about the jboss-cvs-commits mailing list