[jboss-cvs] jboss-seam/doc/reference/en/modules ...

Peter Muir peter at bleepbleep.org.uk
Fri Jun 15 09:50:16 EDT 2007


  User: pmuir   
  Date: 07/06/15 09:50:16

  Modified:    doc/reference/en/modules   security.xml events.xml
  Log:
  JBSEAM-1456 part 2
  
  Revision  Changes    Path
  1.65      +1 -1      jboss-seam/doc/reference/en/modules/security.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: security.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/security.xml,v
  retrieving revision 1.64
  retrieving revision 1.65
  diff -u -b -r1.64 -r1.65
  --- security.xml	6 Jun 2007 00:37:26 -0000	1.64
  +++ security.xml	15 Jun 2007 13:50:16 -0000	1.65
  @@ -359,7 +359,7 @@
   </event>
       
   <event type="org.jboss.seam.postAuthenticate">
  -    <action expression="#{redirect.returnToCapturedView}"/>
  +    <action execute="#{redirect.returnToCapturedView}"/>
   </event>]]></programlisting>
         
         <para>
  
  
  
  1.27      +5 -5      jboss-seam/doc/reference/en/modules/events.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: events.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/events.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -b -r1.26 -r1.27
  --- events.xml	15 Jun 2007 07:36:20 -0000	1.26
  +++ events.xml	15 Jun 2007 13:50:16 -0000	1.27
  @@ -51,7 +51,7 @@
           
           <programlisting><![CDATA[<start-page name="hello" view-id="/hello.jsp">
       <transition to="hello">
  -        <action expression="#{helloWorld.sayHello}"/>
  +        <action execute="#{helloWorld.sayHello}"/>
       </transition>
   </start-page>]]></programlisting>
   
  @@ -113,8 +113,8 @@
           
           <programlisting><![CDATA[<pages>
       <page view-id="/hello.jsp">
  -        <action expression="#{helloWorld.sayHello}" if="#{not validation.failed}"/>
  -        <action expression="#{hitCount.increment}"/>
  +        <action execute="#{helloWorld.sayHello}" if="#{not validation.failed}"/>
  +        <action execute="#{hitCount.increment}"/>
       </page>
   </pages>]]></programlisting>
   
  @@ -503,8 +503,8 @@
               
           <programlisting><![CDATA[<components>
       <event type="hello">
  -        <action expression="#{helloListener.sayHelloBack}"/>
  -        <action expression="#{logger.logHello}"/>
  +        <action execute="#{helloListener.sayHelloBack}"/>
  +        <action execute="#{logger.logHello}"/>
       </event>
   </components>]]></programlisting>
   
  
  
  



More information about the jboss-cvs-commits mailing list