PS: Get more infos on T-IOC here:
http://tapestry.apache.org/tapestry5/tapestry-ioc/service.html
Michael Gerzabek schrieb:
nille,
maybe you wanna try adding the InjectService annotation. This at least
works for my services.
public static ConfirmationMailSender
buildConfirmationMailSender(
@InjectService("Messages")
Messages messages) {
return new ConfirmationMailSender(messages);
}
good morning,
Michael
hammer schrieb:
So any one who knows how to provide a message catalogue to a service
builder method, please do not hesitate to enlight me.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]