Santiago Fernández wrote:
> 
> Hi, mateamargo. The getter
> 
> @InjectSpring("somebean")
> public abstract SomeBean getSomething();
> 
> works fine... but be careful when you call getSomething()... if you call
> this getter inside an "initialize()" method, you will get an exception,
> because the property isn't injected yet... You must invoque this
> property from a listener, or PageAttachListener.pageAttached()..
> 
> Saludos desde Argentina :-)
> 
> 

Ok, but If use an abstract method Tapestry complains saying that the method
hasn't an implementation.

Saludos che.
-- 
View this message in context: 
http://www.nabble.com/InjectSpring-and-NullPointerException-tf3646961.html#a10186596
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to