> > If I had a tag that created HTML markup would that still be the
> > canonical way to create that markup? In other words is EL the
> > designated way to grab values from various scopes but not for simple
> > variable lookup?
> I'm not sure I understand the question, but one of JSP 2.0's advantages is
> that you can use the EL in your tags without having to write any code
> (just the way you can use rtexprvalues now). So you'd write
>
> <my:html value="${foo}" />
I guess my curiosity just comes from the apparent abandonment of the
<c:out.../> tag in favor of the obviously simpler EL expressions that
look like previously-existing solutions is all.
I'm not complaining; it's better from the brevity-standpoint, it's just
interesting that it moves away from what I thought was one of the main
points of JSP which was to provide an X/HTML-looking way of accessing
things put into scope by the back end of things.
Dave
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]