hi,
I have a problem with method checkCheckbox(String name)
if a use:

  <input type="checkbox" name="abiAllineamento" value="S"/>

and i call method checkCheckbox("abiAllineamento") everything is ok.
If the element is defined like with word checkbox in uppercase, like this:

  <input type="CHECKBOX" name="abiAllineamento" value="S"/>

calling method checkCheckbox("abiAllineamento") the result is:

Did not find form checkbox with name [abiAllineamento].

Is it possible check this behavior and solve the bug?
Thank you.

Carlo Possati


-------------------------------------------------------------------------
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/
_______________________________________________
JWebUnit-users mailing list
JWebUnit-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jwebunit-users

Reply via email to