"[EMAIL PROTECTED]" wrote : Can it be done? | e.g. @Inject ControllerContext ctx; |
Now you can. But not on field, on setter. :-) | @Inject(fromContext="context") | public void setContext(ControllerContext context) | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070022#4070022 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070022 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
