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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...