About Question enthuware.jwpv6.2.914 :
Posted: Thu Nov 22, 2012 5:11 pm
Shouldn't taglib's declaration use 2.0 schema? Also slash is missing:
.
Should be<taglib xmlns="http://java.sun.com/xml/ns/j2ee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/j2eeweb-jspt ... ry_2_4.xsd"
version="2.0">
or maybe
, but then other things would have to change too:
Code: Select all
<taglib xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-jsptaglibrary_2_1.xsd"
version="2.1">