"[EMAIL PROTECTED]" wrote : After a new user registers I wanted to auto log 
them in (refactoring for using Seam Security).
  | I assume there is no reason I can't bully the Identity class into logging 
them in for me.

This is exactly what the seamspace example does.  Look at 
RegisterAction.uploadPicture(), plus the accompanying redirection in pages.xml:


  |     <page view-id="/register2.xhtml">
  |       <navigation from-action="#{register.uploadPicture}">
  |         <redirect view-id="/profile.xhtml"/>
  |       </navigation>
  |     </page>  
  | 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4013457
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to