Hi All,

Can anyone suggest a way to get WebLogic 6.1sp2 to evaluate the code below
correctly. Its in a nested:iterate block that has an indexId="index". So
what I would like to happen is have the <%=index%> scriptlet translated into
the index value and passed into my JavaScript function.

What actually happeds is that <%=index%> is passed in; ie the scriptlet is
not translated.


<html:select property="PODStatus" style="width: 48px"
onchange="sub('load.pod.popup', '<%=index%>')">
            <html:options collection="dsList"
property="deliveryStatusCode"/>
          </html:select>


Regards,

Jon.

The contents of this email are intended only for the named addressees and
may contain confidential and/or privileged material. If received in error
please contact UPCO on +44 (0) 113 201 0600 and then delete the entire
e-mail from your system. Unauthorised review, distribution, disclosure or
other use of this information could constitute a breach of confidence. Your
co-operation in this matter is greatly appreciated. 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to