摘要: ref url:http://www.roseindia.net/struts/struts2/struts2uitags/autocompleter-example.shtmlIn this section, we are going to describe the autocompleter tag. The autocompleter tag always displays a dropdown list with the options that have at least a partial match with entered text in the textbox. If the 阅读全文
posted @ 2012-09-16 22:39 Atlas's blog 阅读(427) 评论(0) 推荐(0) 编辑
摘要: 需求:我有一张考试信息表,需要关联每个学生添加考试信息。于是我想到的是添加考试信息时使用<s:autocompleter的方式来关联添加学员ID。问题:在学员越来越多的情况下,这个有承载completer的LIST肯定会因为过大而导致页面崩溃。我之前的考虑本就是不合理。整个构思,实现思路,呈现方式,表结构,字段都是不合理的。我无法将已合格的学员进行排除。解决办法:1.学员表中加入isGraduate(是否结业)字段。2.在查询学员基本信息时添加入口操作,作为添加考试信息的入口。 阅读全文
posted @ 2012-09-16 22:17 Atlas's blog 阅读(172) 评论(0) 推荐(0) 编辑