I try to validate component by using setRequired(). and I would like to define the feedback messages in application level properties file.
For example, the application structure is like myApplication -basePage -myPage extends basePage -myForm -myTextField I tried to overwrite the default message in myApplication.properties like: myPage.myForm.myTextField.Required = something is missing But it is not succeful. I don't know whether I do something wrong or I have to set up something in myApplication? Thanks. -- View this message in context: http://www.nabble.com/validation-message-tp17821088p17821088.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
