value="#{original-url}"
cheers
Mittie
-----Original Message-----Hi everybody,
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of manouche groovy
Sent: Freitag, 16. Juni 2006 16:59
To: [email protected]
Subject: [Webtest] Setting an InputField with a "property" (previously valorized by a <storeInputFieldAttribute> task) ?
I would like to valorize an Input Field (inside a FORM) with the value of a (webtest) "property".
This property has been previously setted by a <storeInputFieldAttribute> task :
[...]
<storeInputFieldAttribute propertyname="original-url" name="presentationAddress" attributename="value" fieldindex="0"/>
<verifyProperty description="Verifying inital value of URL" property="original-url" value="https://owatest.realsentry.com/exchange"/>
[...]
[... webtests modifying the value of the Input Field...]
[...]
<setInputField description="Valorize with stored value" name="presentationAddress" .... (here: HOW TO ADRESS "original-url" property ? ) />
There's no attribute such as "propertyName" in <setInputField task !
How to do this ?
Thanks in advance
Best regards.

