MyMessage();
}
there's some information in the tapestry-ioc docs :)
g,
kris
Tina Umlandt <[EMAIL PROTECTED]>
27.06.2007 13:50
Bitte antworten an
"Tapestry users"
An
Tapestry users
Kopie
Thema
Re: Antwort: Messages and @inject
Hej,
I didn't add anything
method:
public static Message buildMyMessage() {
return new MyMessage();
}
there's some information in the tapestry-ioc docs :)
g,
kris
Tina Umlandt <[EMAIL PROTECTED]>
27.06.2007 13:50
Bitte antworten an
"Tapestry users"
An
Tapestry users
Kopie
Thema
Re: Antwort:
;
26.06.2007 17:56
Bitte antworten an
"Tapestry users"
An
Tapestry users
Kopie
Thema
Messages and @inject
hi,
I need my own implementation of the Messages interface. It works fine with
the new binding in the HTML-templates. But I
have a problem to use it as a field i
it should work as you've tried could you post the code from
your AppModule where you return your service?
Tina Umlandt <[EMAIL PROTECTED]>
26.06.2007 17:56
Bitte antworten an
"Tapestry users"
An
Tapestry users
Kopie
Thema
Messages and @inject
hi,
I need
hi,
I need my own implementation of the Messages interface. It works fine with the new binding in the HTML-templates. But I
have a problem to use it as a field in a the class. I tried the following
@Inject
@Service ( "myMessages" )
Messages _message;
I hoped the Injection would know that I us