Hi Dave,
One's an implementation, one's the api (I assume).
http://jstl.java.net/ provides two jars: . jstl-api.jar . jstl-implementation.jar
I thought jstl-api is the newer version of jstl.jar, no?
Neither is related to Struts 2. Some app servers provide JSTL out-of-the-box, some you'll need to deploy, you shouldn't need to deploy the API jar, just the implementation. (There's also standard.jar, but I can never remember which impl that's for.)
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> standard.jar decides it! Thanks a lot! Emi --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org