I’ve finally gotten my rather large web project imported into MyEclipse. Everything has been going well until I got to my jsps
I’m getting the following error message in the Jsp editor for pages which reference jstl tag libs
Error in included file ProductionPlanning/WebRoot/header.jspf: ERROR: unexpected unmapped URI: http://java.sun.com/jsp/jstl/fmt
inventory.jsp ProductionPlanning/WebRoot line 4
I’ve included the jstl.jar and standard.jar files as libraries for the projects build path.
Is there something else that needs to be done to make this work?
When compiled outside eclipse and deployed on tomcat 5.0 this project runs successfully.
Roy Wells