Use Jstl tags in eclipse __js

Source: Internet
Author: User
Tags tld

The following error occurs when you use the JSTL tag directly in eclipse


To create a new Web project in MyEclipse, a new JSP page can use the JSTL tag directly, because when you create a new project, MyEclipse automatically imports the jar packages needed to use JSTL. The use of Jstl in eclipse requires:

1, import Jstl.jar, Standard.jar 2 jar package;

2, in the Web-inf under the C.tld file;

3, Web.xml plus the following configuration

<jsp-config>
      <taglib>
          <taglib-uri>http://java.sun.com/jstl/core</taglib-uri>
          <taglib-location>/WEB-INF/c.tld</taglib-location>
      </taglib>
  </jsp-config>

After these steps, you can normally use the JSTL tag.

Jar Package Download Address: Click to open link


Related Article

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.