On 1/18/06, Craig McClanahan <[EMAIL PROTECTED]> wrote:
> 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).

Now, when JSF is part of J2EE, will JSP be improved or it will
stagnate at JSP 2.0 level?

In particular I mean what you wrote about, that JSTL does not replace
Struts html tags. That is, JSTL (1) does not generate element names
that reflect hierarchy of backing beans, and (2) it does not process
input by means of BeanUtils or something similar to stuff raw request
parameters back into beans.

Is something like this on a drawing board for a next JSP spec?

Michael.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to