新版qq悄悄话要取消了被取消了?

本帖子已过去太久远了,不再提供回复功能。The end tag &&/c:forEach& is unbalanced
10:01:23&&&来源:&&&评论: 点击:
&%@&page&language="java"&contentType="text/&charset=UTF-8"
pageEncoding="UTF-8"%&
&%@taglib&prefix="c"&uri="/jsp/jstl/core"%&
&%@taglib&prefix="fn"&uri="/jsp/jstl/functions"%&
&!DOCTYPE&html&PUBLIC&"-//W3C//DTD&HTML&4.01&Transitional//EN"&"http://www.w3.org/TR/html4/loose.dtd"&
&meta&http-equiv="Content-Type"&content="text/&charset=UTF-8"&
&title&Insert&title&here&/title&
&script&type="text/javascript"&
function&fun(url,&name)&{
//弹出确认框
var&result&=&confirm("您确认删除"&+&name&+&"吗?");
//根据点击情况判断是否跳转响应url
if&(result)&{
window.location.href&=&
function&fun1(url,&name)&{
var&result&=&confirm("您确定要修改"&+&name&+&"吗?");
if&(result)&{
window.location.href&=&
function&fun2(currentPage)&{
document.hform.currentPage.value&=&currentP
document.hform.submit();
function&fun3()&{
var&currentPage&=&document.getElementById("one").
document.hform.currentPage.value&=&currentP
document.hform.submit();
function&fun4()&{
var&result&=&confirm("您确定要删除所选的吗?");
if&(result)&{
document.delForm.submit();
&h1&用户列表&/h1&
尊敬的${sessionScope.user.name},欢迎您!
&a&href="${pageContext.request.contextPath&}/LoginOutServlet"&安全退出&/a&
&form&action="${pageContext.request.contextPath}/ListServlet"
method="post"&
&select&name="field"&
&option&value="name"&${param.field==name?"selected":""}&姓名&/option&
&option&value="email"&${param.field=email"selected":""&邮箱&/option&
&/select&&&input&type="text"&name="value"&value="${param.value}"&/&&input
type="submit"&value="查询"&/&&input&type="button"&onclick="fun4();"&/&
&table&border="1"&
&form&action="${pageContext.request.contextPath}/MutipleDeleteServlet"&method="post"&name="delForm"&
&th&用户名&/th&
&th&邮箱&/th&
&th&爱好&/th&
&th&操作&/th&
&th&删除&/th&
&c:forEach&items="${requestScope.list}"&var="user"&
&td&${user.name}&/td&
&td&${user.email}&/td&
&td&${fn:join(user.habitArray,&",")}&/td&
&td&&c:url&value="/DeleteServlet"&var="delUrl"&scope="page"&
&c:param&name="name"&value="${user.name}"&&/c:param&
&/c:url&&&c:url&value="/ToEditServlet"&var="editUrl"&scope="page"&
&c:param&name="name"&value="${user.name}"&&/c:param&
&a&href="${pageScope.upUrl}"&修改&/a&&/td&
&td&&input&type="checkbox"&name="names"&value="${user.name}"&/&
&/c:forEach&
&a&href="javascript:void(0)"&onclick="fun2("1");"&首页&/a&
&c:if&test="${page.currentPage&ne&1&}"&
&a&href="javascript:void(0)"&onclick="fun2("${page.currentPage-1}");"&上一页&/a&
&c:forEach&begin="1"&step="${page.begin}"&end="${page.end}"&var="num"&
&c:if&test="${num==page.currentPage}"&
&c:if&test="${num!=page.currentPage}"&
&a&href="javascript:void(0)"&onclick="fun2("${num}")"&${num}&/a&
&/c:forEach&
&c:if&test="${page.currentPage&ne&page.totalPage}"&
&a&href="javascript:void(0)"&onclick="fun2("${page.currentPage+1}");"&下一页&/a&
&a&href="javascript:void(0)"&onclick="fun2("${page.totalPage}");"&末页&/a&
第${page.currentPage}页/总${page.totalPage}页&&&&总记录数:${page.totalCount}
&input&type="text"&value="${page.currentPage&}"&id="one"&/&
&input&type="button"&value="跳转"&onclick="fun3();"&/&
&form&action="${pageContext.request.contextPath}/ListServlet"
method="post"&name="hform"&
&input&type="hidden"&name="field"&value="${param.field}"&/&&&input
type="hidden"&name="value"&value="${param.value}"&/&&&input
type="hidden"&name="currentPage"&value="1"&/&
排了俩小时了.求大神们帮忙看看
相关热词搜索:
频道总排行
频道本月排行当前位置: →
→ &c:forEach&取不到值,解决办法
&c:forEach&取不到值,解决办法
& 作者:佚名 & 来源: 互联网 &
&收藏到→_→:
摘要: &c:forEach&取不到值,急啊!&&%@&taglib&prefix="c"&uri="/jsp/jstl/core"&%& &% System.out
"&c:forEach&取不到值,解决办法"::
&c:foreach&取不到值,急啊!&&%@&taglib&prefix="c"&uri="/jsp/jstl/core"&%&
system.out.println("lllllll"+request.getattribute("filelist")&);
&&&&&c:foreach&items="${filelist}"&&var="filename"&
&&&& &a&href="downloadservlet?filename=${filename}"&${filename}&/a&&br/&
&&&&&/c:foreach&
&c:foreach&提示:the&tag&handler&class&for&"c:foreach"&(org.apache.taglibs.standard.tag.rt.core.foreachtag)&was&not&found&on&the&java&
&build&path
打印出:lllllll[file01]
jsp显示:${filename}
导入包是jstl-1.1.2.jar&&&&standard-1.1.2.jar
大哥们我没分,希望能帮我!
------解决方案--------------------文件开头加上&%@&page&language="java"&contenttype="text/&charset=gb18030"&pageencoding="gb18030"&iselignored="false"%&试试瞧 搜索此文相关文章:此文来自: 马开东博客
网址: 站长QQ
&c:forEach&取不到值,解决办法_Eclipse,MyEclipse相关文章
Eclipse,MyEclipse_总排行榜
Eclipse,MyEclipse_最新
Eclipse,MyEclipse_月排行榜
Eclipse,MyEclipse_周排行榜
Eclipse,MyEclipse_日排行榜

我要回帖

更多关于 新版qq悄悄话 的文章

 

随机推荐