Re: html:text tag, how to get javascript index

2006-04-07 Thread Craig McClanahan
On 4/7/06, Rick Reumann <[EMAIL PROTECTED]> wrote: > > Jim Reynolds wrote the following on 4/7/2006 2:27 PM: > > PS, Isn't it just the JSP, JSTL that enables that snippet to work? Or > > do I need a certain jar? > > Not sure what could be wrong. Tomcat 5 supports EL expressions ( ${} > stuff ) by d

Re: html:text tag, how to get javascript index

2006-04-07 Thread Rick Reumann
Jim Reynolds wrote the following on 4/7/2006 2:27 PM: PS, Isn't it just the JSP, JSTL that enables that snippet to work? Or do I need a certain jar? Not sure what could be wrong. Tomcat 5 supports EL expressions ( ${} stuff ) by default. Paste the tag declarations you are using on the top of

Re: html:text tag, how to get javascript index

2006-04-07 Thread Jim Reynolds
PS, Isn't it just the JSP, JSTL that enables that snippet to work? Or do I need a certain jar? Maybe I am missing something. On 4/7/06, Jim Reynolds <[EMAIL PROTECTED]> wrote: > It is the later. I just checked my lib dir. Only using the latest > struts jars and no struts-el jars even in there. >

Re: html:text tag, how to get javascript index

2006-04-07 Thread Jim Reynolds
It is the later. I just checked my lib dir. Only using the latest struts jars and no struts-el jars even in there. Thanks, On 4/7/06, Rick Reumann <[EMAIL PROTECTED]> wrote: > Jim Reynolds wrote the following on 4/7/2006 2:02 PM: > > Thanks Rick for the info. > > > > I am running Tomcat 5.5. Bu

Re: html:text tag, how to get javascript index

2006-04-07 Thread Rick Reumann
Jim Reynolds wrote the following on 4/7/2006 2:02 PM: 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. What do you mean by it prints out the tag like in the page? Are y

Re: html:text tag, how to get javascript index

2006-04-07 Thread Jim Reynolds
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

Re: html:text tag, how to get javascript index

2006-04-07 Thread Rick Reumann
Jim Reynolds wrote the following on 4/7/2006 1:38 PM: I have the following logic:iterate loop Depends what servlet and jsp spec you are using. Are you using something like Tomcat 5.x? If so... onchange="updateStatus('${index}');" /> -- Rick http://ww

html:text tag, how to get javascript index

2006-04-07 Thread Jim Reynolds
I have the following logic:iterate loop The loop is happy and creates nice names and indexed properties. Problem is, when someone does an update on one of the slices (of the indexed data), I need to know which one they clicked. The line updateStatus(