| [JET] [message #988698] |
Sat, 01 December 2012 08:55  |
noi poi Messages: 29 Registered: June 2012 |
Junior Member |
|
|
how can i iterate over an attribute with upper bound as -1.
<c:iterate select="$BTStepMethodInvocation/@pcvalue" var="pcvalue">
<c:get select = "$BTStepMethodInvocation/@btstepname"/>.pc.addData("<c:get select = "$pcvalue"/>");
</c:iterate>
here the pcvalue has upper bound as many and is of type Estring. The above code only gives me the first value of pcvalue.
Any help in it
Thanks in advance
|
|
|
|
Powered by
FUDForum. Page generated in 0.06393 seconds