您的位置:首页 > 其它

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

2015-03-17 11:30 99 查看
<%@ 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" onclick="toSubmit();" style="cursor: pointer;"> 
<img src="${e:basePath()}static/sys/images/report/fh.gif" onclick="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"%>

错误描述是找不到标记库描述符,求问都可能是什么原因?
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: