One's an implementation, one's the api (I assume). 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.)
Dave On Jul 18, 2011 3:58 PM, "Emi Lu" <em...@encs.concordia.ca> wrote: > Hello, > > Could someone tell me the differences between "jstl.jar vs. jstl-api.jar"? > > It seems that "jstl-api.jar" cannot find: > <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> > > But from "http://jstl.java.net/", there is only "jstl-api.jar". Can > someone tell which jar should be used please? > > Thanks a lot! > Emi > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org >