I'm using the SignInPanel on my web application and it works quite well. The
only thing I want to change are the error message which got rendered to the
feedback panel when no login or password is entered. 

The error message is not really nice at is contains the internal name of the
text field that is empty which the user is not aware of. So some how
changing it from "Field 'password' is required." to "Please enter a
password." would be great. 

Changing the error message for a log in failure was quite easy. I simply
added a new entry 'signInFailed' in the properties file of my log in page.

Is there a way to do this also for the missing values? Or do I have to
implement a custom SignInPanel?






--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/How-to-override-SignInPanel-s-error-messages-tp3770610p3770610.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to