> The only change is that expressions will be promoted to the level of
> scripting expressions in order to simplify page syntax; the focus hasn't
> changed.  In other words, instead of
> 
>   <%= pageContext.findAttribute("foo") %>
> 
> you'd simply write
> 
>   ${foo}

Right, but I thought the "approved" way to do the first scriptlet was
<c:out value="${foo}"/>, so 2.0 is taking away the tag wrapper and
turning EL into a tag replacement, making it look something like
Velocity, rather than the X/HTML-looking way.

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?

Dave



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

Reply via email to