Feature Requests item #1752056, was opened at 2007-07-11 15:59
Message generated for change (Comment added) made by sf-robot
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=497985&aid=1752056&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: None
>Status: Closed
Priority: 5
Private: No
Submitted By: MojcaK (mojcak)
Assigned to: Jevon Wright (jevonwright)
Summary: setting arbitrary attribute

Initial Comment:
After solving some problems with upgrade to JWebUnit 1.4, one problem still 
remains.

This is part of a method SignDoc (I use it to sign documents). In 1.2 I used:

getDialog().getForm().getScriptableObject().setParameterValue("btnSign1",
"Podpis");
getDialog().getForm().getScriptableObject().setParameterValue("code", "");

getDialog().getForm().getScriptableObject().setParameterValue("xslt",
xslt);
getDialog().getForm().getScriptableObject().setParameterValue("signedXml",
signedData);


BtnSign1 is a button. Code, xslt and signedXml are its properties.

I wish that there were something similar in current version of JWebUnit.



Regards,

Mojca

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

>Comment By: SourceForge Robot (sf-robot)
Date: 2008-11-12 02:20

Message:
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).

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

Comment By: Jevon Wright (jevonwright)
Date: 2008-10-28 11:24

Message:
Do you mean setting hidden input fields to particular values? Adding new
input hidden fields to the form? Or modifying the POST request itself?

The latter is probably outside the scope of JWebUnit...

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

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

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
JWebUnit-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development

Reply via email to