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設(shè)置有關(guān)的內(nèi)容都放在<jsp-config></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設(shè)置有關(guān)的內(nèi)容都放在<jsp-config></jsp-config>里面////////
posted on 2007-05-19 14:56 Jhonney 閱讀(7118) 評論(10) 編輯 收藏 所屬分類: 轉(zhuǎn)載區(qū)