On May 28, 1:59 pm, Jeremy Sears <
json.taglib.Jeremy.Se...@gmail.com>
wrote:
> What version of the servlet spec are you using? When EL first came out, the
> tags were responsible for evaluating the EL expressions. Subsequent
> implementations of the servlet spec (1.2 I believe) were required to have
> the container evaluate the EL expressions.
> --
> Jeremy Sears
I am specifying 2.4 in my web.xml:
<web-app id="WebApp_ID" version="2.4">
My server console log shows this:
SRVE0161I: IBM WebSphere Application Server - Web Container.
Copyright IBM Corp. 1998-2006
SRVE0162I: Servlet Specification Level: 2.4
SRVE0163I: Supported JSP Specification Level: 2.0
But my output still doesn't work:
{"context":"${context0}"} <-- printed with
<json:object><json:property name="context" value="${context0}"/></
json:object>
foo <-- printed with <c:out
value="${context0}" />