Bugs item #1747033, was opened at 2007-07-03 12:36
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=497982&aid=1747033&group_id=61302

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: HtmlUnit plugin
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Carlo Possati (carlo_possati)
Assigned to: Nobody/Anonymous (nobody)
Summary: checkCheckBox

Initial Comment:
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].


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=497982&aid=1747033&group_id=61302

-------------------------------------------------------------------------
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-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development

Reply via email to