Hello Wicket people, I'm sorry for the dumb question, but I've failed to find the solution myself.
The problem is that I want a custom RequiredValidator message, but when I add a "RequiredValidator=My happy message" in the RegisterPage.properties file, nothing changes. The system sees the file though, because adding a label for input like this: "firstName=Firstname11" is reflected in the feedback messages. The structure is the following: RegisterForm extends AddUserForm extends UserForm contains FeedbackPanel. -- sp
