On Mon, Jun 8, 2009 at 1:07 AM, Mark Thomas<ma...@apache.org> wrote: > ... > Just followed through the source code and found a handy comment (yes they > really > do exist) pointing me towards section JSP.2.2 of the JSP spec. This makes it > clear that #{...} is not allowed in template text so unless I am mis-reading > your original example you are trying to use #{...} in template text so that is > not permitted by the spec. That it working prior to 6.0.20 appears to be a > side-effect of the bug fix Chuck already identified. > > What does seem wrong is that JSP.2.2 requires a translation error is you use > #{...} in template text and that doesn't seem to be happening. That is worth > creating a bug for, so please go ahead so it doesn't get forgotten about. >
Thanks to all! I suspected that the 6.0.20 behavior was right (wrt to the 6.0.18 one) after reading Section 1.2.4 of "JavaServer Pages 2.1 Expression Language Specification"... ... And now you confirm this. In effect there is no error message in the Tomcat log. So I'm going to submit a bug for this. Again, thank you very much for the support!! Ciao!! -- Marco --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org