I was looking at the JSTL code and noticed that the Tags attributes which accept EL are of type String. Then the Tag handler does the EL evaluation. However with JSP 2.0 wouldn't the attribute be the actual Object expected (post evaluation)? In that case is the JSTL 1.0 implementation not JSP 2.0 forward compatible? Perhaps this isn't an issue as the JSP 2.0 container would include a JSTL implementation?
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
