Hello,

Is it possible to override Tapestrys MessagesImpl?

What we are trying to achieve is to use placeholders inside the
message*.properties files.
So for example the global_message.properties contains an entry like "keyA =
valueA".
Inside a component property file we want to reuse this key in a way like
"keyB = {keyA}" or "keyC={keyA}".

Therefore we need to provide some specific logic for detecting a referenced
key "{keyA}" and for replacing it with the correct value.

Our first approach is to override String get(String key) inside
MessagesImpl.

If this is not possible any advice on how we could achieve this goal?

Thanks for your help!
Stefan



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Override-MessagesImpl-tp5718346.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to