* Herman Bovens:
> 
> <td>ID&nbsp;<input wicket:id="username" type="text" name="j_username"
> id="j_username" size="24" tabindex="1"/></td>
> <td>Paswoord&nbsp;<input wicket:id="password" type="password"
> name="j_password" id="j_password" size="24" tabindex="2"/></td>

Obviously adding the "name" attribute on the password field is
causing you problems.  Compare your template with
SignInPanel.html, and avoid to change the <input> fields if
possible.
-- 
     Jean-Baptiste Quenot
aka  John Banana   Qwerty
http://caraldi.com/jbq/

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to