RE: Tomcat 5.0.28 - How to stop Jasper JSP compiler from evaluting JSTL expressions

2004-12-05 Thread Jerry Rodgers
Sunday, December 05, 2004 3:46 PM To: [EMAIL PROTECTED] Subject: Re: Tomcat 5.0.28 - How to stop Jasper JSP compiler from evaluting JSTL expressions "Jerry Rodgers" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Oh so close :> I thought you had it. Now my Tomcat

RE: Tomcat 5.0.28 - How to stop Jasper JSP compiler from evaluting JSTL expressions

2004-12-04 Thread Jerry Rodgers
IL PROTECTED] On Behalf Of Bill Barker Sent: Saturday, December 04, 2004 12:17 PM To: [EMAIL PROTECTED] Subject: Re: Tomcat 5.0.28 - How to stop Jasper JSP compiler from evaluting JSTL expressions Try: <[EMAIL PROTECTED] isELIgnored="true" %> "Jerry Rodgers" <[EMAIL

Tomcat 5.0.28 - How to stop Jasper JSP compiler from evaluting JSTL expressions

2004-12-04 Thread Jerry Rodgers
Hi, I am having a problem where the parameter this is passed to my setItems() method of the jstl forEach tag is actually the .toString() version of my collection. This appears to be because the servlet code generated by Tomcat - Jasper actually evaluates the expression and then use the coerce

Tomcat 5.0.28 Jasper compiler error SimpleMenuItem?

2004-12-01 Thread Jerry Rodgers
n object of class "java.lang.String" using operator "."' Help please :> Thanks, Jerry Rodgers