On 01. Mai 2006 - 14:35:21, James Carman wrote:
| There is another option. Since there is a service point implementing
| IRequestCycle, you can inject that instead and do:
|
| requestCycle.getPage().getMessages().getMessage( "message_key" )
|
| That way, you could also override the message for i
CTED] On Behalf Of
Andreas Bulling
Sent: Monday, May 01, 2006 2:30 PM
To: Tapestry users
Subject: Re: Localized messages in service
On 01. Mai 2006 - 14:26:25, James Carman wrote:
| What file are you expecting it to read those message definitions from?
>From my_appl
On 01. Mai 2006 - 14:26:25, James Carman wrote:
| What file are you expecting it to read those message definitions from?
>From my_application.properties?
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail
What file are you expecting it to read those message definitions from?
-Original Message-
From: Andreas Bulling [mailto:[EMAIL PROTECTED] On Behalf Of
Andreas Bulling
Sent: Monday, May 01, 2006 2:20 PM
To: Tapestry users
Subject: Localized messages in service
Hi folks,
probably it
Hi folks,
probably it's a not very difficult question concerning localized
messages in a service but as I have absolutely no idea what I could
have done wrong here I am ;)
That's the way I defined my service in hivemodule.xml:
That's my service's constructor