A few possible reasons - Use a 2.3 DTD in your web.xml - web.xml says el is disabled for that page - the jsp has el ignored - you haven't included the fn tag lib (doubt this)
-Tim
haimra wrote:
I am having this wired problem driving me crazy.
I am using JSTL and Tomcat 5.0.30.
Some times for unknown reason the JSP expressions are displayed as string
for example
The following command
<c:out value="${fn:escapeXml(param.code)}"/>
will display the expressions fn:escapeXml(param.code)
and not the actual value of param.code
Any clue why this happens?
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
