https://issues.apache.org/bugzilla/show_bug.cgi?id=50634

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #3 from Mark Thomas <ma...@apache.org> 2011-01-28 05:46:52 EST ---
Further testing shows outputting ${num} is not a bug.

I suspect the web application you pre-compiled with JspC did not have a
web.xml. In this case, Tomcat assumes JSP < 2.0 where EL is not supported.
Hence ${num} gets treated as literal text.

Add a web.xml with an appropriate specification version and the JSP will work
as intended.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to