Thanks Rick for the info.

I am running Tomcat 5.5. But for some reason, it is still not happy.
It just prints out the tag like in the page, and does no variable
substitution.





On 4/7/06, Rick Reumann <[EMAIL PROTECTED]> wrote:
> Jim Reynolds wrote the following on 4/7/2006 1:38 PM:
> > I have the following logic:iterate loop
> >
> > <logic:iterate id="abc" type="ab" name="a" property="jj" indexId="index">
> >                  <html:hidden indexed="true" property="name" name="abc" />
> >                   <html:text name="abc" indexed="true" property="age"
> > onchange="updateStatus('NEED INDEX HERE');"  />
>
> Depends what servlet and jsp spec you are using. Are you using something
>  like Tomcat 5.x? If so...
>
> onchange="updateStatus('${index}');"  />
>
> --
> Rick
> http://www.learntechnology.net
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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

Reply via email to