Hello
I have a  stateful session bean
UserCreatorBean which implements UserCreatorLocale
on a tapestry page when submit is done  I want to call UserLocaleBeans's
some method, I am injecting bean with @EJB anotation but it is not injected
(null pointer exception when invoking bean's method).
How can i inject stateful bean in tapestry.
thank you in advance

Reply via email to