-
According to TLD or attribute directive in tag file, attribute value 0
访问页面报错
web.xml的配置:<?xml version="1.0" encoding="UTF-8"?>
<web-app version="2.4" 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">
看网上有说改成:
改为2.3版本的
<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
<web-app>
试了之后发现不行,web.xml还报错。
jsp页面的前面如下:
<%@ page language="java" contentType="text/html; charset=utf-8"%>
<jsp:directive.page import="com.common.*"/>
<%@ taglib prefix="s" uri="/struts-tags"%>
<%@ page import="java.util.*"%>
<%@ page import="pojo.*" %>
jsp页面报错的部分如下:
<td >
<!-- 商务楼 -->
<s:textfield label="商务楼名称" name="meetroominfo.area" id="meetroominfo.area" value="<%=meetroominfo.getArea()%>" maxlength="30"></s:textfield> <span style="color:#FF0000">* </span>
</td>
完整的jsp页面在附件里,大家帮忙给看看什么问题
2014年10月27日 17:41
目前还没有答案
相关推荐
- According to TLD or attribute directive in tag file, attribute value does not accept any expressions
- 已解决 According to TLD or attribute directive in tag file, attribute [value] does not accept any
- According to TLD or attribute directive in tag file, attribute items does not accept any expressions
- According to TLD or attribute directive in tag file, attribute [value] does not accept any expressio
- According to TLD or attribute directive in tag file, attribute [test] does not accept any expressio
相关推荐
- 在JSP 2.4版本中,使用JSTL可能遇到与EL(Expression Language)的兼容性问题,导致错误提示“According to TLD or attribute directive in tag file, attribute value does not accept any expressions”。...
TLD(Tag Library Descriptor)是这个组件的核心,它定义了自定义标签库及其行为。在这个名为“tld.zip”的压缩包中,包含了多个TLD文件以及一些相关的JavaScript资源,用于实现丰富的用户界面功能。 首先,我们来...
Java自定义标签开发Tag和tld开发,非常详细的哟
《pager-tagl.tld:一个页面分页标签库的详细解析与应用》 在Web开发领域,尤其是在使用Java Server Pages (JSP) 技术时,我们常常会遇到需要处理大量数据并进行分页显示的情况。`pager-tagl.tld`文件就是这样一个...
在Java Web开发中,TLD(Tag Library Descriptor)文件是用于定义自定义JSP标签库的关键组件。TLD文件提供了一种方式,让开发者能够创建自己的标签,这些标签可以简化代码,提高可读性和可维护性。这个"tld自定义...
TLD(Tag Library Descriptor)文件是Struts框架中的一个重要组成部分,用于定义自定义标签库的行为和属性。本文将详细解析Struts TLD文件中的各个属性及其意义。 #### 二、TLD文件结构概述 TLD文件主要包含了对...
在Java Web开发中,TLD(Tag Library Descriptor)文件是一种用于定义自定义JSP标签的XML文件。TLD文件描述了标签库中的每个自定义标签的功能、属性、返回类型等元数据,使得开发者可以创建自己的标签库来扩展JSP...
JSTL标签所需要的tld文件,包括 c.tld、fmt.tld、fn.tld 三个 几乎所有的JSTL标签下载的zip中都只有一个c.tld,然后只讲解<C:>标签怎么用,其实<fmt:> <fn:>标签也非常好用和实用,找了好久才找到...
TLD(Tag Library Descriptors)文件则是JSTL的核心组件之一,它们包含了关于标签库的元数据,包括标签定义、属性、事件处理等信息。 1. **TLD文件的作用** TLD文件是JSP规范的一部分,它定义了自定义标签的行为和...
而TLD(Tag Library Descriptor)文件是JSP标签库的元数据定义文件,用于描述自定义标签的行为和属性。在JSTL(JavaServer Pages Standard Tag Library)中,TLD文件起到了关键的作用。 标题中提到的"**c.tld、fmt....
c-1_0.tld, c-1_0-rt.tld, c.tld, fmt-1_0.tld, fmt-1_0-rt.tld, fmt.tld, fn.tld, permittedTaglibs.tld, scriptfree.tld, sql-1_0.tld, sql-1_0-rt.tld, sql.tld, x-1_0.tld, x-1_0-rt.tld, x.tld