Never mind.

Apparently, it's the redirect in pages.xml


  | <rule if-outcome="2">
  |         <redirect view-id="/user_access_request_step_2.xhtml"/>
  |       </rule>
  | 

that's causing the problem.  I changed to render and now the @Outjection is 
working.


  |       <rule if-outcome="2">
  |         <render view-id="/user_access_request_step_2.xhtml"/>
  |       </rule>
  |  



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

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

Reply via email to