I am using WebLogic 6.0 and trying to use the tag extensions defined in the
c.tld file. I tried the following tag:
<c:forEach var="i" begin="100" end="105">
This is a test ....
</c:forEach>
and received a SAXParseException:
<Deployment descriptor is malformed, check against the DTD:
org.xml.sax.SAXParseException: The content of element type "validator" must
match "(validator-class,init-param*)"..>
Do I have the wrong DTD?
<!DOCTYPE taglib
PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN"
"http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd">
Thanks in advance for any help,
Cindy S. Horn
Senior Software Engineer
Matson Navigation Company
[EMAIL PROTECTED]