Oops, sorry, posted before I saw your last post describing your problem.
From your code, the injection happens after the constructor is called.
What you need is :
|
| @Create
| public void forwardToBaseAction() {
| super.setEntity(company)
| }
|
|
The @Create annotated method is called each time the bean is created and after injection
has occurred.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043334#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...