Mark Thomas wrote:
In short, no implicit.tld has been defined for the tag library so the spec mandates that a JSP version of 2.0 is used. JSP 2.0 doe snot support the #{...} syntax for EL so it gets treated as template text.Prior to the fix, Tomcat incorrectly used JSP 2.1 for implicit tag libraries.
Hi Mark, Thanks for prompt response. It's good when you've got opportunity to learn new things! For those who do not know about implicit.tld: http://download.oracle.com/docs/cd/E17477_01/javaee/5/tutorial/doc/bnamu.html -- Mikolaj Rydzewski <[email protected]> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
