jwebunit checkboxes
From: Vince Bono (vjb_at_netlabs.net)
Date: 02/25/04
- Next message: Robert Mazur: "Re: Eclipse JSP and Code Insight"
- Previous message: Tom N: "Re: Debugging"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 25 Feb 2004 11:38:50 -0500
Is anyone aware of how to make jwebunit to work with checkboxes of the same
name ?
i.e.
<input type="checkbox" name="source" value="D" >Dogs <br>
<input type="checkbox" name="source" value="C" >Cats<br>
<input type="checkbox" name="source" value="O" >Other<br>
jWebUnit code.....
checkCheckbox("source") obviously fails !
and there appears to be no
checkCheckbox("source", "D") type of API
Thanks in Advance !
-- Vince Bono NetLabs.net
- Next message: Robert Mazur: "Re: Eclipse JSP and Code Insight"
- Previous message: Tom N: "Re: Debugging"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|