Probably want to be on the user list for this

But if your web.xml is 2.2 or 2.3 servlet spec and you just want to drop the jstl and standard jars into you lib directory then stick this at the top of your jsp's

<%@ page isELIgnored="false" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core"; prefix="c" %>

<c:set var="foo" value="Mellow world" />

${foo}

You dont need all the tag library stuff in you web xml either.


On 27 May 2004, at 23:01, James Di Wu wrote:

Hi,
EL is part of JSP2.x. It works fine before I installed Struts1.1. After
that, EL doesn't work any more. Is that correct with Struts? I don't
want to change all my prev jsp. How can I solve the problem?

Thanks.

James



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



Reply via email to