On 6/30/06, Felix Khazin <[EMAIL PROTECTED]> wrote:
Another interesting thing is that say i do something like: <c:set var="test" value="1"/> and then in my JSP i write, for example, <p>${test}</p>. I get ${test} in the browser. So the only time that ${test} gets evaluated is when i do a <c:out value="${test}"/>
That says your container is not evaluating the expressions. Has this ever worked for this app? Check your configuration, my guess is that your web.xml is still using the Servlet 2.3 DTD. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]