我正在开发一个struts2应用程序。我想使用列表迭代器在jsp页面上显示数据库表
我想显示数据库表,例如具有 accid、accname、accbranch 属性的帐户。我创建了一个数据库类,在其中编写代码以将 ResultSet 设置到列表中。怎么做呢?以及如何在 JSP 上显示它?
I want to show the database table e.g. account having attributes accid, accname, accbranch. I have created 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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看这个
Take a look at this