Using JSTL Tags with JAFFA |
Is there anything special I need to to to use the 'JSTL' (java standard tag library)
within the JSP's I've developed with Jaffa?
No, there isn't.
What is the relationship between the Jaffa tags and the new 'Expression Language' in JSTL,
and soon to be in JSP2.0?
The majority of jaffa tag parameters are defined to accept 'expressions', so the new expression language which is part of
JSP2.0 should work fine. We have yet to try Jaffa on Tomcat 5.0, which is aimed at supporting JSP2.0.
|