JavaScript怎么跳转到指定Action的某一方法中
网上查到是用window.location.href,但是不知道地址该怎么写,用的是Struts2,Action名叫LoginAction,所在包名是com.scujcc...
网上查到是用window.location.href,但是不知道地址该怎么写,用的是Struts2,Action名叫LoginAction,所在包名是com.scujcc.actions,方法名叫logOut,方法里面写的是
public String logOut()
{
ActionContext.getContext().getSession().remove("customer");
return "success";
}
目的是要移除customer,不知道代码写对没有,还望高手指教一下 展开
public String logOut()
{
ActionContext.getContext().getSession().remove("customer");
return "success";
}
目的是要移除customer,不知道代码写对没有,还望高手指教一下 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询