Bugs item #1250775, was opened at 2005-08-03 15:29
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=1250775&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: None
Group: Release 1.2
Status: Open
Resolution: None
Priority: 5
Submitted By: richmondte (richmondte)
Assigned to: Nobody/Anonymous (nobody)
Summary: Checkbox causes exception

Initial Comment:
When a jsp have the following attributes, the method
checkCheckbox() causes an exception as it gets confused:

JSP snippet:

<html:checkbox property="option" /> 
<input type="hidden" name="option" value="false">

BTW, this is a struts page.

What happens is that JWebUnit gets confused with the
hidden type with the same name, as the error is that it
is expecting a value of "false" eventhough the test is
trying to set the checkbox and not the hidden type.

The same name is required. There should be a way to
distinguish between a hidden type and a checkbox type
regardless of the name.???



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

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


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Jwebunit-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development

Reply via email to