Re: How to pass index from iterator tag to JS

2005-07-14 Thread Vivek Chauhan
Thanks Leon, The problem is solved.. but still we had to use JSP scriptlets... but I dont mind tht till I am using Struts tags... "Leon Rosenberg" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > ah ok: > > onclick="<%="javascript: changeSomeCheckBox("+index+")"%>" /> > > regards

Re: How to pass index from iterator tag to JS

2005-07-14 Thread Leon Rosenberg
ah ok: " /> regards Leon On Thu, 2005-07-14 at 12:59 +0530, Vivek Chauhan wrote: > Ya.. Thnx for ur suggestion.. > actually the problem is with struts only you can nest two struts tags.. > Wht I wz doing.. > logic:iterate name="someForm" property="someList" id="someList" > indexId="index">

Re: How to pass index from iterator tag to JS

2005-07-14 Thread Vivek Chauhan
Ya.. Thnx for ur suggestion.. actually the problem is with struts only you can nest two struts tags.. Wht I wz doing.. logic:iterate name="someForm" property="someList" id="someList" indexId="index"> )" /> But this didnt work so Now I m using input type = "checkbox" tag Is there

Re: How to pass index from iterator tag to JS

2005-07-14 Thread Leon Rosenberg
')"> just an example. regards Leon On Thu, 2005-07-14 at 11:45 +0530, Vivek Chauhan wrote: > Hi, > > How can I pass the index of the iterator tag to a Javascript > function. > I had used JSP scriptlet but tht wz not working.. > vivek > > > > > --

How to pass index from iterator tag to JS

2005-07-13 Thread Vivek Chauhan
Hi, How can I pass the index of the iterator tag to a Javascript function. I had used JSP scriptlet but tht wz not working.. vivek - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]