Community
Participate
Working Groups
I use an include file that has all my tag libraries defined. In the JSP Editor, it doesn't file using the include file doesn't see that tag libraries. If I place the taglib statements into the JSP instead of the include, it works correctly. The following is an example of what I trying to explain. This might be related to bugs 86783 and 105109. taglibs.jsp <%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c" %> <%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt" %> <%@ taglib uri="http://www.springframework.org/tags/commons-validator" prefix="html" %> <%@ taglib uri="http://www.springframework.org/tags" prefix="spring" %> <%@ taglib uri="http://www.opensymphony.com/sitemesh/decorator" prefix="decorator"%> index.jsp <%@ include file="/taglibs.jsp"%> <c:out value="hello!"></c:out> <- JSP Editor underlines this 'unknown tag' <!--
Duplicate of bug 82333. Bug 82333 was not fixed for 0.7, but it fixed in the current code. *** This bug has been marked as a duplicate of 82333 ***
yes,I also found this bug
This is part of a mass update to close out all stale WTP bugs which are in the resolved state without an appropriate targeted version. If you feel this bug was closed inappropriately, please reopen.