You can pass the parameters to the javascript as shown underneath by enclosing 
the <%=%>  in single quotes...

<logic: iterate .......  indexId="idx" >
 <html:text property="x" name="y" onclick="lfnSomething('<%=idx%>','<%=idx2%>')"
/>

Avjit

On Thu, 09 Jun 2005 [EMAIL PROTECTED] wrote :
>
>How can I pass parameter in to a javascript function from a <html:text>
>tag??
>
>
>eg:
><logic: iterate .......  indexId="idx" >
>         <html:text property="x" name="y" onclick="lfnSomething(<%=idx%>)"
>/>
>...
>...
>
>
>
>Amitava Basak
>ASE
>Tata Consultancy Services Limited
>Mailto: [EMAIL PROTECTED]
>Website: http://www.tcs.com
>
>Notice: The information contained in this e-mail message and/or attachments to 
>it may contain confidential or privileged information.   If you are not the 
>intended recipient, any dissemination, use, review, distribution, printing or 
>copying of the information contained in this e-mail message and/or attachments 
>to it are strictly prohibited.   If you have received this communication in 
>error, please notify us by reply e-mail or telephone and immediately and 
>permanently delete the message and any attachments.  Thank you

Reply via email to