开发者

I am developing a struts2 application. I want to show the database table on jsp page using list iterator

开发者 https://www.devze.com 2023-02-16 20:19 出处:网络
I want to showthe database table e.g. account having attributes accid, accname, accbranch. I have cre开发者_如何转开发ated one DB class inwhich I am writing code to set ResultSet into List. How to do

I want to show the database table e.g. account having attributes accid, accname, accbranch. I have cre开发者_如何转开发ated one DB class inwhich I am writing code to set ResultSet into List. How to do that? and How to show it on the JSP?


Take a look at this

0

精彩评论

暂无评论...
验证码 换一张
取 消