override the validator message to not show the value... -igor
On Wed, Feb 15, 2012 at 3:11 PM, pblakez <[email protected]> wrote: > 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> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
