>Basicly in all your applications classes that get "enhanced" by Tapestry
IOC.
thats not right
the @Inject annotation only works in components, pages and mixins

2008/8/21 Andy Pahne <[EMAIL PROTECTED]>

>
>  Thanks a lot for your response, but the problem still remains :-((. I have
>> insert this code
>> ---------
>> @Inject
>>    private ComponentResources resources; ------------
>>
>>
>> and
>>
>> -------------
>> resources.getMessages().get("hibernateexception");
>> ------------
>>
>> but i get a null value for "resources" object. Am i missing something in
>> AppModule.java?
>>
>>
> This works in component classes, pages and mixins. Basicly in all your
> applications classes that get "enhanced" by Tapestry IOC.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
with regards
Sven Homburg
http://www.chenillekit.org
http://tapestry5-components.googlecode.com

Reply via email to