Taglib Study Notes

Source: Internet
Author: User

在web.xml加入taglib <br /><taglib> <br /><taglib-uri>/WEB-INF/tiles.tld</taglib- uri> <br /><taglib-location>/WEB-INF/tiles.tld</taglib- location> <br /></taglib> <br />始终会报错 这是使用版本的问题 如果是2.3版本是可以直接在<web-app>里面书写 <br />对于2.4(貌似是2.4及以后版本都是这样)的web-app,taglib标签的放置位置已经发生改变,要放在<jsp-config>标签下 <br /><jsp-config> <br /><taglib> <br /><taglib-uri>/WEB-INF/tiles.tld</taglib-uri> <br /><taglib-location>/WEB-INF/tiles.tld</taglib-location> <br /></taglib> <br /></jsp-config>即可。

Taglib Study Notes

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.