Hey,
I decided to use some JSTL tags and checked the box accordingly when making a new project.
A bunch of TLD’s appeared in WEB-INF/lib and a JSTL.jar appears directly under the project name.
I put this taglib directive in my file…is it correct?
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
I’m asking because sometimes the app runs ok and sometimes I get an error msg in the Deployment Status box when I try to re-deploy :
Undeployment failure on Tomcat 5.
The filepath shows….WEB-INF/lib/standard.jar unable to be deleted 😕
Then it goes on to say if a file is locked you can wait for a time-out to re-deploy etc….
I never got any errors before I tried to use JSTL… any idea what I did wrong?
J