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?

 

 

 

Reply via email to