Resin 3 + Struts problem with JSP compilation
- From: Ambar <ambar.hegde@xxxxxxxxx>
- Date: Mon, 10 Sep 2007 00:33:56 -0700
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
.
- Prev by Date: JSpinner DollarNumberFormater and HexNumberFormatter
- Next by Date: Re: Resin 3 + Struts problem with JSP compilation
- Previous by thread: JSpinner DollarNumberFormater and HexNumberFormatter
- Next by thread: Re: Resin 3 + Struts problem with JSP compilation
- Index(es):
Relevant Pages
|
|