Hi there,

I'm trying to get started with JSP2.0 and ran into the following problems
with Tomcat 5.0.4. The jsp-examples for jsp2 work fine .. so i tried
starting my own webapp and copied the
/jsp-examples/jsp2/el/implicit-objects.jsp to a new webapp (test) and tried
when i now access the page (test.jsp) i get the following jasper errors:

[snip]

An error occurred at line: 37 in the jsp file: /test.jsp

Generated servlet error:
    [javac] Compiling 1 source file

C:\Tomcat 5.0\work\Catalina\localhost\test\org\apache\jsp\test_jsp.java:80:
cannot resolve symbol
symbol  : method proprietaryEvaluate
(java.lang.String,java.lang.Class,javax.servlet.jsp.PageContext,,boolean)
location: class org.apache.jasper.runtime.PageContextImpl
      out.write((java.lang.String)
org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate("${param[\"foo
\"]}", java.lang.String.class, (PageContext)pageContext, null, false));

[snip - several more follow (one for each ${...} el)]

However when i deploy the webapp using the tomcat-deployer package
everything works as expected and the page loads correctly [the compiled
servlet as the page isnt included anymore]. the jasper-runtime.jar contains
the correct PageContextImpl and everything _should_ work but i can't find
out why it doesnt.

Any Idea?

Thomas


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

Reply via email to