Gidday when I add password field with minimumLength and the user enters an shorter password it is displayed in the feedback panel in cleartext is there a work around for this ?
e.g.
form.add(new
PasswordTextField("pass").add(StringValidator.minimumLength(8)).setLabel(new
Model<String>("Password:")));
feedback => '123456' is shorter than the minimum of 8 characters.
Wicket 1.5.3
cheers pb...
*follow ==>* <https://www.twitter.com/@pblakez>
<https://www.facebook.com/pblakez>
