Sorry Nathan I do not understand: do you want to spread properties belonging to one particular page accross multiple property files?
Jens Von meinem iPhone gesendet > Am 10.08.2015 um 09:08 schrieb Nathan Quirynen <[email protected]>: > > 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: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
