Invalid content was found starting with element 'taglib'.
2011-04-13 14:06
在web.xml中写入
<taglib> <taglib-uri>/WEB-INF/struts-menu.tld</taglib-uri> <taglib-location>/WEB-INF/struts-menu.tld</taglib-location> </taglib>
后,提示“cvc-complex-type.2.4.a: Invalid content was found starting with element 'taglib'”错误。
修改为:
<jsp-config> <taglib> <taglib-uri>/WEB-INF/struts-menu.tld</taglib-uri> <taglib-location>/WEB-INF/struts-menu.tld</taglib-location> </taglib> </jsp-config>
后解决。
----------------------------------------
<jsp-config>标签使用详解 <jsp-config> 包括<taglib> 和<jsp-property-group> 两个子元素。 其中<taglib>元素在JSP 1.2时就已经存在;而<jsp-property-group>是JSP 2.0 新增的元素。 <jsp-property-group>元素主要有八个子元素,它们分别为: 1.<description>:设定的得鳎?BR> 2.<display-name>:设定名称; 3.<url-pattern>:设定值所影响的范围,如:/CH2 或 /*.jsp; 4.<el-ignored>:若为true,表示不支持EL 语法; 5.<scripting-invalid>:若为true,表示不支持<% scripting %>语法; 6.<page-encoding>:设定JSP 网页的编码; 7.<include-prelude>:设置JSP 网页的抬头,扩展名为.jspf; 8.<include-coda>:设置JSP 网页的结尾,扩展名为.jspf。
|
分享到:
相关推荐
在XML Schema设计中,"cvc-complex-type.2.4.d: Invalid content was found" 是一个常见的错误信息,这通常意味着在解析XML文档时,遇到了不符合定义的复杂类型的内容。这个错误通常涉及到XML Schema的约束规则,即...
NULL 博文链接:https://wilian.iteye.com/blog/1992365
- cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'dubbo:application'. - schema_reference.4: Failed to read schema document '...
在ROS(Robot Operating System)开发过程中,遇到`rlexception: invalid roslaunch xml syntax: no element found: line 1, column 0`这样的错误信息时,表明当前的`.launch`文件存在XML语法错误。具体来说,可能是...
cvc-complex-type.2.4.a: Invalid content was found starting with element 'page-encoding'. One of '{"http:// java.sun.com/xml/ns/javaee":include-prelude, ...
java.lang.IllegalArgumentException: Invalid character found in the request target. The valid characters are defined in RFC 7230 and RFC 3986 at org.apache.coyote....
### "format ' x' invalid or incompatible with argument" 解决办法 在进行电子设计自动化(EDA)软件Protel 99 SE的操作过程中,用户可能会遇到一个常见的错误提示:“format ' x' invalid or incompatible with ...
Invalid Canvas Element(解决方案).md
java.lang.IllegalStateException: Invalid name=“com.alibaba.dubbo.config.ProtocolConfig#0” contains illegal character, only digit, letter, ‘-’, ‘_’ or ‘.’ is legal 原因: 如果没有指定id属性,...
Invalid Grid Content(解决方案).md
org.xml.sax.SAXParseException: cvc-complex-type.2.4.a: Invalid content was found starting with element 'area'. One of '{MathWorksID, type}' is expected. 运行hosaver: Warning: Could not find an exact ...
Invalid UI Element(处理方案).md
标题中的“protel.99 format '%x' invalid or incompatible with argument打软体报错补丁.rar”指的是Protel 99软件在运行时遇到了一个格式错误,具体表现为使用`%x`格式化字符串与传入的参数不兼容。这通常出现在C/...
Invalid Element Type(处理方案).md
标题中的问题“protel 99se :format %x invalid or incompatible with argument”是一个常见的错误提示,通常在尝试运行或安装Protel 99SE软件时出现。这个错误表明程序在处理某种格式化字符串(%x)时遇到了不兼容...
invalid return type(解决方案).md
Invalid Login Credentials(解决方案).md
Invalid Subnet Mask(解决方案).md
Invalid HTTP version(解决方案).md