Yup, that's the theory anyway. As of JSP 2.0 (with a Servlet 2.4 format web.xml
that has not explicity deactivated EL evaluation), request-time attribute values
can be specified using either the familiar scriptlet expression (<%= %>) or the
EL (${}). So, any pre-JSP 2.0 tags that have attributes with
<rtexprvalue>true</rtexprvalue> in their TLD file will automatically be able to
use the EL for request-time attribute values.

Quoting Arne Brutschy <[EMAIL PROTECTED]>:

> Hello,
> 
> Monday, November 3, 2003, 7:20:31 PM, you wrote:
> KS> I'm jumping in late on this thread, but why bother using Struts-EL at all
> under
> KS> JSP 2.0? The original (RT) tags should be magically EL-aware as long as
> the app
> KS> uses a Servlet 2.4 format web.xml, right?
> 
> Oh, really? I didn't know that. So I can work with the normal struts
> lib? I just need to declare a 2.4 web-app?
> 
> Thanks,
> Arne

-- 
Kris Schneider <mailto:[EMAIL PROTECTED]>
D.O.Tech       <http://www.dotech.com/>

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

Reply via email to