To summarize a couple of points already stated here:
The base Struts library doesn't use the EL because the JSTL requires JSP
1.2, and Struts is still supported on containers which only provide JSP
1.1. If you write your JSP code to use the same prefixes as before
("html", "bean", etc.), but referencing the "el" library in your
"taglib" directive, then when your container is upgraded to support JSP
2.0, you can just change the "taglib" directive to point back to the
base library, and the rest of the code will port as-is.
> -----Original Message-----
> From: Derek Clarkson [mailto:[EMAIL PROTECTED]
>
> Hi all,
> My boss doesn't want to use Struts EL because as he
> puts it "it's not part of
> the main development and we can't tell where it might go".
> Can anyone clarify
> when and if it is going to take over ? everyone seems to be
> using it and I've
> used it in two projects (which didn't make my boss happy!)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]