ScriptAction that sets request parameters
<parameters [ retain="true|false" ]>
<param [ overwrite="true|false" ] ( value="..." | variable="..." | literal="..." | resource="..." | url="..." )/>
<param [ overwrite="true|false" ]>...</param>
</parameters>
The 'value' attribute of param element is resolved via
edu.iu.uis.eden.test.web.framework.Util.getResolvableAttribute(NodeStringPropertyScheme) ,
defaulting to literal scheme.
If a value variant is not present, the algorithm proceeds again without a specific prefix (i.e., just looks for variable, literal, etc.).
If no attribute is found, element content is used.
author: Aaron Hamid (arh14 at cornell dot edu) author: Aaron Hamid (arh14 at cornell dot edu) |