I ran a quick test of 4.1.4 with JSTL tags and I am getting an exception
with import tag.

--------------------------------------------------------------------
org.apache.jasper.JasperException: Unable to compile class for JSP

An error occurred at line: -1 in the jsp file: null

Generated servlet error:
C:\tomcat414\work\Standalone\localhost\_\body$jsp.java:115: unreported
exception java.lang.Throwable; must be caught or declared to be thrown
          _jspx_th_c_import_0.doCatch(_jspx_exception);
                             ^
C:\tomcat414\work\Standalone\localhost\_\body$jsp.java:148: unreported
exception java.lang.Throwable; must be caught or declared to be thrown
          _jspx_th_c_import_1.doCatch(_jspx_exception);
                             ^
2 errors
--------------------------------------------------------------------


I can send the test pages directly to remy or kin-man if you guys want
it. the pages work fine with Tomcat 4.0.3


peter


Remy Maucherat wrote:
> 
> Since the nightly builds for Tomcat 4 are broken, I've packaged and
> uploaded a new test milestone, which includes the latest changes to
> Jasper 2.
> See the release notes for the list of changes over 4.1.3.
> 
> Downloads:
> http://jakarta.apache.org/builds/jakarta-tomcat-4.0/test/v4.1.4/
> 
> Release notes:
> http://jakarta.apache.org/builds/jakarta-tomcat-4.0/test/v4.1.4/RELEASE-NOTES
> 
> Remy
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

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

Reply via email to