js:
var updateform = document.getElementById("updateform");
updateform.action="integral/accountLog!findAll.do?value=";
alert(updateform.action);
updateform.submit();使用了struts2的验证框架,spring 用的单态Action 。
struts2的拦截器不拦截该路径(integral/accountLog!findAll.do?value=),
页面又刷新的进度,但是不进入拦截器,
我整了好几天了大侠,救急。。