Re: T5: Expiclit Service Injection

2007-06-13 Thread Ben Tomasini
Upgraded to 5.0.5-SNAPSHOT and that fixed it. On 6/13/07, Ben Tomasini <[EMAIL PROTECTED]> wrote: I am working with tapestry 5.0.4 trying to do explicit service injection since there are three services which match my interface. Here is the code for the private field in the tapestry page: @In

T5: Expiclit Service Injection

2007-06-13 Thread Ben Tomasini
I am working with tapestry 5.0.4 trying to do explicit service injection since there are three services which match my interface. Here is the code for the private field in the tapestry page: @Inject @Service("UserTranslator") private Translator userTranslator; And here is the module public T