求帮助关于Web 标记库的问题

<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
<%@ taglib uri="http://www.ssi.com/ssi-el/e" prefix="e"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"  %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <title></title>
	<link type="text/css" rel="stylesheet" href="${e:basePath()}static/sys/css/public.css">
	<script type="text/javascript" src="${e:basePath()}static/common/js/jquery-1.7.min.js"></script>
	<script type="text/javascript" src="${e:basePath()}static/common/js/lhgdialog/lhgdialog.js"></script>
	<script type="text/javascript" src="${e:basePath()}static/common/js/YiYaTips.js"></script>
	<script type="text/javascript" src="${e:basePath()}static/common/js/public.js"></script>
  </head>
  <body>
  
   <!-- 必须引入,用于弹出错误提示 -->
	<form name="theForm" method="post" action="${e:basePath()}sys/Classify/save.do" enctype="multipart/form-data">

		<input type="hidden" name="id"  value="">
	
		
		<div style="margin:5px">
		<fieldset style="color: red; border-bottom-color: #CC0099 border-bottom-width : medium";>
		<legend>
			<strong> 管理</strong>
		</legend>
		<table class="tablelistcontent1" style="margin: 8px;" border="0" cellspacing="0" cellPadding="0">
			<%-- template 编辑字段区 --%>
			<tr>
				<td width="13%" class="td_title">
					分类名称:
				</td>
				<td width="37%" class="td_content">
					<input class="inputsearch" type="text" name="name" id="bean.name"
						value="" maxlength="15" />
					<div class="reg_on" id="bean.name"  msg="请输入微博名称。" errmsg="微博名称不能为空。"></div>
				</td>
			</tr>	
		</table>
		</fieldset>
		<div style="height: 5px;"></div>
		<div align="center">
			<img src="${e:basePath()}static/sys/images/report/save.gif" οnclick="toSubmit();" style="cursor: pointer;"> 
			<img src="${e:basePath()}static/sys/images/report/fh.gif" οnclick="YiYa.close()" style="cursor: pointer;">
		</div>
		</div>
	</form>
	<script type="text/javascript">
	function toSubmit(){
		var theform = $("form[name='theForm']")[0];
		YiYa.save(theform);
	}
	</script>
  </body>
</html>


错误代码是第二行:<%@ taglib uri="http://www.ssi.com/ssi-el/e" prefix="e"%>

错误描述是找不到标记库描述符,求问都可能是什么原因?

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值