在ssh框架中,我把数据已经插入到数据库中了,但是就是不知道如何从中取出,显示在页面上,这该怎么办

2024-11-21 19:48:56
推荐回答(3个)
回答1:

在java代码中将数据查出放到list集合里面 把list集合放到session里面 在jsp页面轮亩里面用



${entity.cname}


${entity.pass}


${entity.name}


${entity.gender}


${entity.birth}


${entity.address}


${entity.postcode}


${entity.mobile}


${entity.phone}


${entity.email}



href=" ${pageContext.request.contextPath}/csdn/customer_delete.action?customers.id=${entity.id}">删除<码念/a>|



回答2:

你得先查出来,再用ognl标签在页面上显示就可以了

回答3:

用el表达式