The problem is that foo has not been outjected yet, and by default Seam will not automatically create context variables. This should be solved by specifying create=true on the @In annotation.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4092511#4092511 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4092511 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
