[jboss-cvs] jboss-seam/examples/wiki/src/etc/WEB-INF ...

Christian Bauer christian at hibernate.org
Sun Sep 2 05:39:45 EDT 2007


  User: cbauer  
  Date: 07/09/02 05:39:45

  Modified:    examples/wiki/src/etc/WEB-INF  pages.xml
  Log:
  New diff and improvements to history function
  
  Revision  Changes    Path
  1.23      +6 -0      jboss-seam/examples/wiki/src/etc/WEB-INF/pages.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: pages.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/src/etc/WEB-INF/pages.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -b -r1.22 -r1.23
  --- pages.xml	25 Aug 2007 17:59:27 -0000	1.22
  +++ pages.xml	2 Sep 2007 09:39:44 -0000	1.23
  @@ -38,6 +38,12 @@
           <action execute="#{nodeHistory.init}"/>
           <begin-conversation flush-mode="MANUAL" join="true"/>
           <navigation>
  +            <rule if-outcome="exit">
  +                <end-conversation before-redirect="true"/>
  +                <redirect view-id="/docDisplay.xhtml">
  +                    <param name="documentId"          value="#{currentNode.id}"/>
  +                </redirect>
  +            </rule>
               <rule if-outcome="missingParameters">
                   <end-conversation/>
                   <redirect view-id="/message.xhtml">
  
  
  



More information about the jboss-cvs-commits mailing list