RE: Problem with Escaping ${} in tag attribute in tomcat 6.0.20

2010-02-11 Thread Caldarale, Charles R
> From: Leena Shah [mailto:xl...@hotmail.com] > Subject: Problem with Escaping ${} in tag attribute in tomcat 6.0.20 > > However if I have it as an attribute for a custom tag, > it throws the exception shown below. Try setting the

Problem with Escaping ${} in tag attribute in tomcat 6.0.20

2010-02-11 Thread Leena Shah
Hi, I have an expression that I want to get evaluated in a tag attribute. The expression also contains a ${NODE.id} syntax which I want to escape. The expression appears below. If I type this directly in the JSP page, it works fine. However if I have it as an attribute for a custom tag, it