On 1/18/06, Laurie Harper <[EMAIL PROTECTED]> wrote: > > It might be worth noting that the WebWork integration for Struts Action > 2.0 will introduce another expression syntax, OGNL (?). But any > investment you make now in JSTL will still be valid as JSTL should work > in any JSP regardless of what framework you're using.
JSTL expressions are also universal in JSP 2.0 (you can put them anywhere, not just in tag attributes of JSTL tags), and are a very similar to value binding and method binding expressions in JSF. I would consider the JSTL tags to be successors for the Struts "bean" and "logic" tag libraries, for the most part. They do not deal with HTML tags, however (although JSF tags do). L. Craig