[jboss-cvs] jboss-seam/examples/seamspace/resources/WEB-INF ...

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


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

  Modified:    examples/seamspace/resources/WEB-INF  components.xml
  Log:
  JBSEAM-2013
  
  Revision  Changes    Path
  1.38      +2 -2      jboss-seam/examples/seamspace/resources/WEB-INF/components.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: components.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/seamspace/resources/WEB-INF/components.xml,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -b -r1.37 -r1.38
  --- components.xml	19 Sep 2007 04:28:55 -0000	1.37
  +++ components.xml	1 Oct 2007 14:58:42 -0000	1.38
  @@ -41,11 +41,11 @@
       <component name="org.jboss.seam.captcha.captchaImage" service="#{customCaptcha.service}"/>
       
       <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>    
               
   </components>
  
  
  



More information about the jboss-cvs-commits mailing list