Jean-Baptiste Quenot-3 wrote:
> 
> * 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.
> 

OK thanks, the IllegalBlockSizeException is gone now (strange: if I add the
"name" attribute again, it stays gone....?), but the MarkupExceptions
remain.

-- 
View this message in context: 
http://www.nabble.com/1.2-to-1.3-migration-problems-%28javax.crypto.IllegalBlockSizeException-tf3694734.html#a10373217
Sent from the Wicket - User mailing list archive at Nabble.com.


-------------------------------------------------------------------------
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