jsp中从数据库读取的数据怎么用表格来呈现
如题,最好附一段样例代码,加详细的解释哈~~~
End_rbody_61180430//-->
该回复于2009-11-16 08:57:32被管理员删除
对我有用[0]
丢个板砖[0]
引用
举报
管理
TOP
zl3450341
(东走西顾)
等 级:
#2楼 得分:5回复于:2009-11-15 13:41:35
Java code:
<table border="1">
<tr>
<th>编号</th>
<th>飞机编号</th>
<th>时间</th>
<th>价格</th>
<th>所属公司</th>
</tr>
<c:forEach var="fligth" items="${fligthList}">
<tr>
<td>${fligth.corporationId }</td>
<td>${fligth.fligthNo }</td>
<td>${fligth.fligthTime }</td>
<td>${fligth.fligthPrice }</td>
<td>${fligth.corporationName }</td>
</tr>
</c:forEach>
</table>
相关问答:
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
org.apache.jas ......
急用谢谢大家了 请速回帖子
www.sharejs.com
这是个javascript 网站
去里面找找 js 特效,css样式,都很不错的。
用在自己的jsp上 很帅的。
我自己开发的几个jsp页面都用了上面的特效很好,
接分,赞! ......
我的程序如下:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv=&q ......
我刚做好一个jsp的购物商城,可我不会怎么发布到网上!有谁能帮帮我
可以自己租用一台服务器配置,关于上传的话,就是用上传软件,把你的程序传到服务器上。
mark
打个war包放上去就行了
咋听你们说的这 ......
我下载了java但找不到放的位置了,也下载了tomcat。改环境变数的时候需要找到java-home后面的位置。。我怎么才能找到呢?
还有就是怎么找到下载好了的但忘记位置的文件呢?用注册表吗?
好像跟jsp没关系的吧??怎 ......