Resin 3 + Struts problem with JSP compilation



I'm trying to run a webapp using Resin 3 and JDK 1.5
Wherever a jsp page contains the <logic:iterate> tag, I encounter the
following error:

****error snippet******

/jsp/LocationReportMain.jsp:246: not a statement
[19:36:22.319] java.lang.Integer null;
[19:36:22.319] ^
[19:36:22.319] /jsp/LocationReportMain.jsp:246: ';' expected
[19:36:22.319] java.lang.Integer null;
[19:36:22.319] ^
[19:36:22.319] /jsp/LocationReportMain.jsp:498: not a statement
[19:36:22.319] java.lang.Integer null;
[19:36:22.319] ^
[19:36:22.319] /jsp/LocationReportMain.jsp:498: ';' expected
[19:36:22.319] java.lang.Integer null;
[19:36:22.319] ^
[19:36:22.319] /jsp/LocationReportMain.jsp:545: not a statement
[19:36:22.319] java.lang.Integer null;
[19:36:22.319] ^
[19:36:22.319] /jsp/LocationReportMain.jsp:545: ';' expected
[19:36:22.319] java.lang.Integer null;
*******************************************************************************

The generated .java code appears like this:

java.lang.Integer null;
null = (java.lang.Integer)pageContext.findAttribute("null");
****snip irrelevant code***
com.caucho.jsp.BodyContentImpl _jsp_endMyTag = null;

The app was running fine when I used Resin 2 + JDK 1.5. The Struts
version being used is Struts 1.1, but the problem persists with Struts
1.3.8 as well.

Would appreciate any help on this.

TIA

.



Relevant Pages

  • Resin 3 + Struts problem with JSP compilation
    ... Wherever a jsp page contains the tag, I encounter the ... The app was running fine when I used Resin 2 + JDK 1.5. ... version being used is Struts 1.1, but the problem persists with Struts ...
    (comp.lang.java.help)
  • Re: Struts and XHTML strict doctype
    ... it's completely new I've chosen to use Struts. ... you miss out on all the lovely enhancements that came in with Java 5. ... * JDK and JRE 6 Update 3 ... JDK and JRE 5.0 Update 13 ...
    (comp.lang.java.programmer)
  • Re: Looking for JDK 1.4 (or higher) for IRIX 6.5.25m
    ... I was referring to the memory footprint of resin, ... Running resin with JDK 1.4 is *very* slow, ...
    (comp.sys.sgi.admin)