Re: ActionMessage and bundle choice

2005-09-27 Thread Niall Pemberton
From: "Laurie Harper" <[EMAIL PROTECTED]> Sent: Tuesday, September 27, 2005 10:34 PM > emre akbas wrote: > > Hi, > > We know that ActionMessage class has a field to store the key of the message > > but not the bundle name of the key. For (error) messages that are not in the > > default message-reso

Re: ActionMessage and bundle choice

2005-09-27 Thread Laurie Harper
emre akbas wrote: Hi, We know that ActionMessage class has a field to store the key of the message but not the bundle name of the key. For (error) messages that are not in the default message-resources, we can do the trick in the jsp file by giving the bundle of the key like: So far so go