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

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


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

  Modified:    examples/seamdiscs/resources/WEB-INF  components.xml
  Log:
  JBSEAM-2013
  
  Revision  Changes    Path
  1.7       +2 -2      jboss-seam/examples/seamdiscs/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/seamdiscs/resources/WEB-INF/components.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- components.xml	10 Aug 2007 18:47:38 -0000	1.6
  +++ components.xml	1 Oct 2007 14:58:40 -0000	1.7
  @@ -27,11 +27,11 @@
   		authenticate-method="#{authenticator.authenticate}" />
   
       <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>   
       
       <!-- Work around a bug in Ajax4jsf-Trinidad integration -->
  
  
  



More information about the jboss-cvs-commits mailing list