function box(){
var val=doucumentgetElementById("id1")value;
//比如你在后台存的是已“,”隔开的字符串
var bb=new Array();
bb= valsplit(",");
你要找到<s:checkboxlist对应的所有checkbox
用双循环判断一下就可以了,我就是这样做的
}lib中加入这个包:struts2-dojo-plugin-2211jar
jsp页面中:
<%@ taglib uri="/struts-tags" prefix="s"%>
<%@ taglib uri="/struts-dojo-tags" prefix="sx"%>
然后使用标签 就可以了 <sx:autocompleter />在jsp页面中使用struts2标签的方法是在jsp页面上引入<%@ taglib prefix="s" uri="/struts-tags" %>的struts2标签库。
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1"%>
<%@ taglib prefix="s" uri="/struts-tags" %>
<!DOCTYPE html >
<html>
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)