Never mind - I figured it out. I had changed the component ID and didn't update the properties mapping for Required (very embarrassing but this happens in the best families).
-----Original Message----- From: Michael Mehrle [mailto:[EMAIL PROTECTED] Sent: Monday, May 12, 2008 5:08 PM To: [email protected] Subject: Custom validation string for 'required' fields This should be simple. I have a radio group ("group"), which is required: monthlyRadioGroup.setRequired(true); that group is inside a WebMarkupContainer ("monthlyLayer"), which is inside my form ("submitForm"). My panel's property file has this: submitForm.monthlyLayer.group.Required = My own error message However, I keep getting the default error message. What am I doing wrong? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
