struts1.2如何防止重复提交
请问如何防止struts1.2重复提交的问题,我的好象只有一个action并且action里面只有一个publicActionForwardexecute(ActionM...
请问如何防止struts1.2重复提交的问题,我的好象只有一个action并且action里面只有一个public ActionForward execute(ActionMapping mapping, ActionForm form,HttpServletRequest request, HttpServletResponse response),的方法,我在百度里面找说saveToken可以实现,实现方法是这样的:
1:提交页面前一个action this.saveToken(request);
2:提交页面
<input type="hidden" name="org.apache.struts.taglib.html.TOKEN" value= "<%=session.getAttribute("org.apache.struts.action.TOKEN")%>"/>
3:处理提交的action
if(isTokenValid(request,true)){
//commonDataBean.executeUpdate(sql);//处理执行sql语句代码
resetToken(request);
}else{
this.saveToken(request);
} ,但是我的里面只有一个action,并且action里面只有一个方法
我的意思是我现在如何用saveToken防止重复提交 展开
1:提交页面前一个action this.saveToken(request);
2:提交页面
<input type="hidden" name="org.apache.struts.taglib.html.TOKEN" value= "<%=session.getAttribute("org.apache.struts.action.TOKEN")%>"/>
3:处理提交的action
if(isTokenValid(request,true)){
//commonDataBean.executeUpdate(sql);//处理执行sql语句代码
resetToken(request);
}else{
this.saveToken(request);
} ,但是我的里面只有一个action,并且action里面只有一个方法
我的意思是我现在如何用saveToken防止重复提交 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询