I am developing a struts2 application. I want to show the database table on jsp page using list iterator
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
精彩评论