问题描述
我想用struts2 + dwr 做个验证jsp页面大概是这样的<html> <head> <s:head theme="ajax"/> </head> <body> <s:form action="addProduction_save.action" name="xform" method="post" validate="true" theme="ajax"> </s:form> </body></html>会出dojo未定义,是什么个情况呢
解决方案
你的form指定的是action 中的方法请查看你在配置文件中定义的action与页面中提交action是否一致
解决方案二:
仔细检查你的页面,有的东西没有加进来!
时间: 2024-11-08 17:32:58