Customizing message translation

2006-06-14 Thread Scott Van Wart
I'd like to expand the message translation with a few things. I was wondering where I should look for plugging in my own processing of keys->message text. Thanks, Scott - To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

Re: Customizing message translation

2006-06-14 Thread Niall Pemberton
Struts uses MessagesResources to perform the key-->text translation. The default implementation used is PropertyMessageResources (both in the org.apache.struts.util package). If you want to use your own MessageResources implementation then you need to create two classes - the custom implementatio