Hello, I am using JBoss 4.0 and Struts 1.2.4. I am interested in using EL/JSTL along with Struts. However, I came across this comments by Karr, David (the person who wrote the Struts-EL library) "Struts-el is intended to be used in a JSP 1.2 container. It is not used in a JSP 2.0 container. I feel that Struts-EL will certainly NOT become part of the core Struts tag library, as there's no point to it." Therefore, a simple question is do we use the tag libraries as declared in struts-html-el.tld or c.tld etc? If not, how do we use something like <c:out value="${abc.xyz}" /> It's very confusing.
Regards, Satish Talim