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

Peter Muir peter at bleepbleep.org.uk
Mon Oct 1 10:58:41 EDT 2007


  User: pmuir   
  Date: 07/10/01 10:58:41

  Modified:    doc/reference/en/modules   security.xml events.xml
  Log:
  JBSEAM-2013
  
  Revision  Changes    Path
  1.74      +2 -2      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.73
  retrieving revision 1.74
  diff -u -b -r1.73 -r1.74
  --- security.xml	19 Sep 2007 04:28:47 -0000	1.73
  +++ security.xml	1 Oct 2007 14:58:41 -0000	1.74
  @@ -378,11 +378,11 @@
         </para>
         
         <programlisting><![CDATA[<event type="org.jboss.seam.notLoggedIn">
  -    <action expression="#{redirect.captureCurrentView}"/>
  +    <action execute="#{redirect.captureCurrentView}"/>
   </event>
       
   <event type="org.jboss.seam.postAuthenticate">
  -    <action expression="#{redirect.returnToCapturedView}"/>
  +    <action execute="#{redirect.returnToCapturedView}"/>
   </event>]]></programlisting>
         
         <para>
  
  
  
  1.36      +4 -4      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.35
  retrieving revision 1.36
  diff -u -b -r1.35 -r1.36
  --- events.xml	3 Sep 2007 16:15:06 -0000	1.35
  +++ events.xml	1 Oct 2007 14:58:41 -0000	1.36
  @@ -114,8 +114,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>
   
  @@ -559,8 +559,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