1. 程式人生 > >cvc-complex-type.2.4.a: Invalid content was found starting with element 'attribute'. One of '{"http:

cvc-complex-type.2.4.a: Invalid content was found starting with element 'attribute'. One of '{"http:

tld檔案中<attribute></attribute>標籤提示如下:

cvc-complex-type.2.4.a: Invalid content was found starting with element 'query'. One of '{"http://
www.example.org/design-config":filters}' is expected.

這情況需要在<taglib></taglib>標籤外面再套一個標籤才行。<jsp-config></jsp-config>

如下:

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<jsp-config>
<taglib xmlns="http://java.sun.com/xml/ns/j2ee" >
...........................
</taglib>
</jsp-config>