Hi, I have HTML like this:
<input type="checkbox" name="foo" value="1" checked="checked"> <input type="checkbox" name="foo" value="2" checked="checked"> <input type="checkbox" name="foo" value="3"> And would like to assert that both value 1 and 2 is checked. But only API i can find is: assertCheckboxSelected(String checkBoxName) and the implementation for this checks that the value of one checkbox is "on". Can I not assert this? I am able to check the checkboxes okay, as there is a "checkCheckbox(String checkBoxName, String value)". ? /Per ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Jwebunit-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jwebunit-users
