jsp怎么读出ArrayList中的值显示在表格中 10

<%userBeanClubc=newuserBeanCl();userBeanub=newuserBean();ArrayList<userBean>aa=ubc.ch... <%
userBeanCl ubc =new userBeanCl();
userBean ub = new userBean();
ArrayList<userBean> aa = ubc.chaxun();
Iterator<userBean> it=aa.iterator();
while(it.hasNext()){
userBean u = it.next();
}
%>
<td><%=u.getId()%></td>
userBean中有3个值 : id,username,password 上面这个写法报错,求帮忙
展开
 我来答
zhang779896660
2013-10-13 · TA获得超过701个赞
知道小有建树答主
回答量:717
采纳率:100%
帮助的人:340万
展开全部
<%
userBeanCl ubc =new userBeanCl();
userBean ub = new userBean();
ArrayList<userBean> aa = ubc.chaxun();
Iterator<userBean> it=aa.iterator();
while(it.hasNext()){
userBean u = it.next();
%>
<td><%=u.getId()%></td>
<%
}
%>

u是局部变量 离开while这个循环的{} 就不存在了
追问
org.apache.jasper.JasperException: java.lang.ClassNotFoundException: org.apache.jsp.WebRoot.index_jsp
报错. 这个是什么原因呢? 谢谢,我重新部署过. 也重启过tomcat 还是有这个问题
追答
很显示啊!!! 你的JSP 页面只能是index.jsp,   而不是index_jsp
爱说车的小哥
2013-10-13 · 超过62用户采纳过TA的回答
知道小有建树答主
回答量:280
采纳率:50%
帮助的人:82.3万
展开全部
<%
userBeanCl ubc =new userBeanCl();
userBean ub = new userBean();
ArrayList<userBean> aa = ubc.chaxun();
Iterator<userBean> it=aa.iterator();
while(it.hasNext()){
userBean u = it.next();
%>
<td><%=u.getId()%></td>

<%
}
%>
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
路亚向前冲8t
2013-10-13 · TA获得超过484个赞
知道小有建树答主
回答量:636
采纳率:0%
帮助的人:437万
展开全部
jstl+el表达式
struts也可以

你这个代码语法错误,而且jsp读取集合一般都不这么用。
追问
刚学jsp..还希望大神不吝赐教
追答
初学就用jstl+el表达式,一般教材都有的阿。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(1)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式