关于页面刷新问题_html/css_WEB-ITnose
程序员文章站
2022-05-19 12:54:08
...
制作网页的时候,页面上的表格在刷新之后会变成两个。
像图片上一样会变成两行。
${teacherCheckStudentList.title}
${teacherCheckStudentList.realname}
${teacherCheckStudentList.resultId}
同意
try {
List teacherCheckStudentList = new ArrayList();
teacherCheckStudentList = userService.tCS(teaId);
ActionContext.getContext().getSession().put("TeacherCheckStudentList", teacherCheckStudentList);
result = "teacherCheckStudent";
} catch (Exception e) {
return ERROR;}
像图片上一样会变成两行。
try {
List
teacherCheckStudentList = userService.tCS(teaId);
ActionContext.getContext().getSession().put("TeacherCheckStudentList", teacherCheckStudentList);
result = "teacherCheckStudent";
} catch (Exception e) {
return ERROR;}
回复讨论(解决方案)
个人觉得 你应该在每次执行前 先把list清空下,再赋值
你的list要放在方法里面定义
楼上正解。竟然没发现,纠结了两天。
上一篇: 通过biz查找微信公众号的信息
下一篇: php验证手机号码,验证手机号码
推荐阅读
-
HTML5 绘制图像(上)之:关于canvas元素引领下一代web页面的问题
-
windows下关于sublime text2,HTML/CSS/JS Prettify插件使用路径问题处理
-
关于JavaScript跨域问题及实时刷新解决方案
-
vue-scroller实现vue单页面的上拉加载和下拉刷新问题
-
关于UC浏览器设置自动刷新页面的方法介绍
-
关于UC浏览器设置自动刷新页面的方法介绍
-
html5手机端页面可以向右滑动导致样式受影响的问题
-
解决vue单页使用keep-alive页面返回不刷新的问题
-
react-router刷新页面Cannot GET 问题
-
解决vue 路由变化页面数据不刷新的问题