Hi all

I have a change-password-page with a PasswordField with
a StringValidator.lengthBetween( 3, 20 ).

I ran into an error where I could paste a long password (>20 chars), and
Wicket not throwing errors, but cutting the password to length 20.

Wicket version: 7.0
Chrome: 45

The maxlength is rendered as attribute on the element.

<input id="password" type="password" name="password" value=""
maxlength="20" minlength="3">


Is this a desired behavior? I found it rather confusing..

Reply via email to