TLD support is broken in th build 1094
It looks like TLD library support is broken in the builds 1089 and 1094. Is it true? All taglibs are marked as RED. It works fine in Idea 3.0.5. Both examples work in Idea 3.0.5 and do not work in Aurora. JSP page is located at the web root
Example 1: TLD is not specified in web.xml. used full pathes
/a.jsp
Example 2: URI are specified in web.xml.
/a.jsp
<%@ taglib uri="struts-logic.tld" prefix="logic" %>
WEB-INF/web.xml
struts-logic.tld
WEB-INF/struts-logic.tld
]]>
Please sign in to leave a comment.