cvc-complex-type.2.4.a错误解决方法

cvc-complex-type.2.4.a错误解决方法 【转】

转自 http://www.blogjava.net/Jhonney/archive/2007/05/19/118546.html


cvc-complex-type.2.4.a错误解决方法

<jsp-config>
<taglib>
<taglib-uri>/tags/struts-html</taglib-uri>
<taglib-location>/WEB-INF/struts-html.tld</taglib-location>
</taglib>

<taglib>
  <taglib-uri>/tags/struts-bean</taglib-uri>
  <taglib-location>/WEB-INF/struts-bean.tld</taglib-location>
  </taglib>
  
  <taglib>
  <taglib-uri>/tags/struts-logic</taglib-uri>
  <taglib-location>/WEB-INF/struts-logic.tld</taglib-location>
  </taglib>
</jsp-config>
///////把所有跟jsp设置有关的内容都放在<jsp-config></jsp-config>里面////////

你可能感兴趣的:(cvc-complex-type.2.4.a错误解决方法 )