[jboss-user] [JBoss Seam] - Re: @Out problem (Seam 1.2.1)
bsmithjj
do-not-reply at jboss.com
Thu Jun 21 14:53:32 EDT 2007
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
More information about the jboss-user
mailing list