Feature Requests item #972589, was opened at 2004-06-14 17:02
Message generated for change (Comment added) made by henryju
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=497985&aid=972589&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: Interface Improvements (example)
Group: Release 1.3
>Status: Closed
Priority: 5
Submitted By: Martijn Dashorst (dashorst)
Assigned to: Nobody/Anonymous (nobody)
Summary: setFormElement should return original value
Initial Comment:
setFormElement() should return original value to make
testing of forms easier:
One could do this:
String oldFoo = setFormElement("foo", "");
String oldBar = setFormElement("bar", "");
submit();
assertFormElementEquals("foo", "");
assertFormElementEquals("bar", "");
submit("resetOldValues");
assertFormElementEquals("foo", oldFoo);
assertFormElementEquals("bar", oldBar);
----------------------------------------------------------------------
>Comment By: Julien HENRY (henryju)
Date: 2006-09-22 10:03
Message:
Logged In: YES
user_id=1235926
setFormElement is now deprecated. You could get content of a
field with getFormParameterValue (but I think it will be
deprecated very soon).
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=497985&aid=972589&group_id=61302
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Jwebunit-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development