
Strut1使用心得
岁月的拓荒者
沉默中散发着幽默
展开
-
Struts1标签的使用心得之如何用js获得Struts1标签的值
原来直接用HTML的<form>表单的时候有个name属性,JavaScript可以用读取到form表单中的数据,但现在Struts的<html:form>表单没有了name属性,现在我想用JavaScript对表单进行客户端验证,得不到<html:form>中的数据,怎么办?例子代码如下:<html:form action="/login"> ...原创 2013-03-14 14:38:41 · 206 阅读 · 0 评论 -
java.lang.IllegalArgumentException: Resources cannot be null.
java.lang.IllegalArgumentException: Resources cannot be null. org.apache.commons.validator.Validator.<init>(Validator.java:188) org.apache.struts.validator.Resources.initValidator(Resources.j...2015-05-13 12:39:21 · 307 阅读 · 0 评论