I have the following simple form:

public MyForm(final String id) {
{
  add(new PasswordTextField("verifyPassword"));
}

If the user leaves the verifyPassword field blank when they submit the form,
it displays the message:

* Field 'verifyPassword' is required.

How can I make the error message say 'Verify Password' instead of
'verifyPassword'?
-- 
View this message in context: 
http://www.nabble.com/Setting-error-message-component-name-tp18743731p18743731.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]

Reply via email to