According to TLD or attribute directive I...

Source: Internet
Author: User
Tags tld

It may be because the JSP2.0 version is used, and the standby version of The JSTL core library (RT Library) is not used. There are two solutions:

1. modify web. xml.

<Web-app xmlns = "http://java.sun.com/xml/ns/j2ee" xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" xsi: schemaLocation = "http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" version = "2.4">
Changed to Version 2.3

<! DOCTYPE web-app PUBLIC "-// Sun Microsystems, Inc. // DTD Web Application 2.3 //" http://java.sun.com/dtd/web-app_2_3.dtd ">
<Web-app>
2. Use the JSTL core RT Library

The JSTL core library has two types of taglib pseudocommands. The RT library relies on the traditional JSP request-time attribute value instead of EL for implementation (called EL library. JSP2.0 will support EL) www.2cto.com

JSP using <% @ taglib uri = http://java.sun.com/jstl/core prefix = "c" %> in Version 2.3 can be, in version 2.4 will not work, is it version incompatible?

As long

<% @ Taglib uri = "http://java.sun.com/jstl/core" prefix = "c" %>
Change

<% @ Taglib uri = http://java.sun.com/jstl/core_rt prefix = "c" %>
Author: Yushizi

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.