[jboss-user] [JBoss Seam] - Re: @Restrict and redirect.captureCurrentView

fmeystre do-not-reply at jboss.com
Thu Sep 13 07:14:27 EDT 2007


Sorry... trouble with my post, here is my component.xml
  
  | ...
  | <event type="org.jboss.seam.notLoggedIn">
  |        <action expression="#{redirect.captureCurrentView}"/>
  |    </event>
  |    
  |    <event type="org.jboss.seam.postAuthenticate">
  |        <action expression="#{redirect.returnToCapturedView}"/>
  |    </event>
  | ...
  | 


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083876#4083876

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4083876



More information about the jboss-user mailing list