用 <t:selectManyCheckbox <t:checkbox后台不能获得选中的值

用 <t:selectManyCheckbox <t:checkbox后台不能获得选中的值,谢谢了!

layout="spread" >

/t:selectManyCheckbox


问题出在:deletePermissionBean这个后台bean的permissionIds的值提交后一直是空的 。String 类型的数组permissionIds的长度
permissionIds.length一值==0。为什么啊。就卡在这里了

后台如果是用request获取,则用以下代码:

String[] permissionIds = request.getParameterValues("permissionIds");

这样获取的就是多个值了

值提交后一直是空的,这种情况一般都是变量名称和类型与jsp中不一致导致的,仔细检查看看是不是哪里写错了