Hi,
I have in some pages/components in my Tapestry (5.3.7) application the
need to have localized messages based on some property value.
Simplified example:
Class SomeClass {
String code;
}
In the page I have then a property of type SomeClass and based on this
value I need different localized messages. So I was wondering if message
catalog files like following would be possible:
[name-of-page-or-component]_[some_class_code]_[locale].properties -->
Index_123_en.properties
Can I implement some kind of message provider or would it be possible by
implementing a binding prefix "SomeClassBinding" that i use instead of
"message:" for these cases? What is the way to go and some pointers on
how to implement it are appreciated.
Nathan
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org