html:errors简析 在Struts中可以通过<html:errors>来显示错误信息,今天简单看了一点,总结一下: 1)如果是采用了formbean的validate的话,首先,struts-config.xml中Action需要加入validate="true" ??????其实,在Actionform中的validate必须返回一个自己定义的Actionerrors,如例: 阅读全文 类别: Java Technology? 查看评论