On Wed, 25 Jul 2012 05:46:01 -0300, sainttail
wrote:
Hi, I am very new to tapestry and I want to localization my web from
database source
Right now. I stuck and don't know how to do that.
So, can you guide the way for me.
This thread has one solution: check the comments in
https://issue
Hi, I am very new to tapestry and I want to localization my web from database
source
Right now. I stuck and don't know how to do that.
So, can you guide the way for me.
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Contribute-custom-messages-tp5542259p5714778
Hi,
In 5.3, overriding ComponentMessageSource is a bit harder than you might think:
https://issues.apache.org/jira/browse/TAP5-1850
Luke
On 12 Apr 2012, at 10:11, Gerold Glaser wrote:
> Hi Henrik!
>
> You can override or decorate the ComponentMessageSourceImpl and enhance it
> with your requi
Hi Henrik!
You can override or decorate the ComponentMessageSourceImpl and enhance it
with your requirements.
Best regards,
Gerold
2012/4/10 Henrik von Schlanbusch
> Henrik von Schlanbusch enovate.no> writes:
>
> >
> > Hi
> >
> > We have made a locale service that extracts messages from the
Henrik von Schlanbusch enovate.no> writes:
>
> Hi
>
> We have made a locale service that extracts messages from the
> database based on keys. We would like to use the service
> from the tml files, and preferably to replace the
> default tapestry ${message:SOME_KEY} to use our
> implementati
Hi
We have made a locale service that extracts messages from the
database based on keys. We would like to use the service
from the tml files, and preferably to replace the
default tapestry ${message:SOME_KEY} to use our
implementation. Is this possible to do in T5 so we can
still write ${mess
Hi !
Tapestry 5 has a built-in mechanism to decorate/override services
http://tapestry.apache.org/tapestry5/guide/alias.html
As far a i remember, the service in charge of getting messages in page is
ComponentMessagesSource
http://github.com/apache/tapestry5/blob/trunk/tapestry-core/src/main/jav
Hi all
We have a Message service that we used when our system
was implemented in T4. The messages will request localized
strings from file and override the string with values
from the database if they have been overridden there.
I cannot find anything in the T5 literature on how to
provide custo