用struts验证器验证一个List的问题

我觉得这篇文章能够很好的描述我想要问的问题http://lingyunlujixin.iteye.com/blog/262977,在这篇文章的回答下没有答案,急需答案 谢谢了啊。

里面有说明使用自定义的验证器了
List list = new ArrayList();
try{
//遍历field
//check validation
//if(!validate) throw new Exeception

}catch(Exeception e){
list.add(e.message);
}
request.setAttribute("error",list);