Re: Struts EL status

2003-12-16 Thread Adam Hardy
When you upgrade to tomcat 5, you won't need any *-el taglibs anymore. The EL will be taken care of automatically by the container. That means that when you upgrade, you just change your taglib declarations from html-el, tiles-el etc back to html, tiles... It makes it a non-issue! On

Re: Struts EL status

2003-12-16 Thread Ted Husted
What is supported and what is deprecated is totally up to the community. If there are people out there who want to use and maintain the original Struts tags, then there's no reason why they cannot remain current. All that has ever happened is that the current set of Committers are not using

RE: Struts EL status

2003-12-16 Thread Karr, David
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

Re: Struts EL status

2003-12-16 Thread Ted Husted
As a longtime Struts Committer, I can tell you that it *is* part of the main development tract. As Joe mentioned, the only reason it doesn't ship with the other taglibs is because it requires a 2.3/1.2 container. When a 2.3/1.2 container is in play, I do tell my own clients to prefer Struts EL

Re: Struts EL status

2003-12-15 Thread Joe Germuska
At 9:54 AM +1100 12/16/03, Derek Clarkson wrote: 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

Re: Struts EL status

2003-12-15 Thread Mike Duffy
IMHO: Using the Struts HTML-EL tags with JSTL is the best way to go. The Struts Logic tags are not as funtional as JSTL. Mike --- Derek Clarkson [EMAIL PROTECTED] wrote: 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

Re: Struts EL status

2003-12-15 Thread Vic Cekvenich
Yes, I would say BEAN and LOGIC tags should not be used! One should use JSTL, DisplayTag, Struts Menu, HTML-el, Tiles-el. AFAIK EL will become main (and others deprecated) when Struts drops support for Tomcat 3, which is planed for Struts 2.0. I do think everyone is using EL and if they are not,