I would like to setup Struts-EL in my application.  I am currently
running Struts 1.2.8 with Spring.  I did the following:

 

1.      Added the Struts-el.jar, jstl.jar, and standard.jar to my
WEB-INF/lib.
2.      Added the line "<%@ taglib prefix="c"
uri="http://java.sun.com/jsp/jstl/core"; %>" to my JSP Page
3.      Changed the Struts tag library to refer to the logic-el one.

 

When I try to use the <c:out> tag in my page, it is not evaluating the
expression correctly.  It just writes it out as is, with the ${expr}
dollar sign and bracket around it.  What am I missing?

 

Daniel

 

Reply via email to