[Stripes-users] valication error cannot find the proper localized message for label

2011-01-31 Thread hairinwind
Here is the sample code stripes:label name=primaryAddress.streetName fmt:message key='address.streetName'/ /stripes:label stripes:text name=primaryAddress.streetName/ If there is validation error on this field, stripes tries to find the localized message for primaryAddress.streetName and

Re: [Stripes-users] valication error cannot find the proper localized message for label

2011-01-31 Thread Samuel Santos
Hi again, Take a look at the link that Ben shared and change your resource declaration to: primaryAddress.streetName=Street name Cheers, -- Samuel Santos http://www.samaxes.com/ On Mon, Jan 31, 2011 at 10:55 PM, hairinwind robin@gmail.com wrote: Hi, Samuel Based on your suggestion the