Hi,
I have to use a bean (bean2) in the constructor of another bean (bean1), where bean2 is a property of the bean1, but I got a nullpointer exception thrown by the contructor, like the bean2 wasn't initialized. Looks like I can only use bean2 after the constructor. But what do I have to do to use it in the constructor as I got to.
Thanks for the help


Reply With Quote