我正在使用Spring JS(Spring WebFlow)来执行ajax请求。 E.g:
<input type="submit" id="searchButton" name="_eventId_search" value="Find" onClick="wait(this.id)" />
<script type="text/javascript">
Spring.addDecoration(new Spring.AjaxEventDecoration({
elementId: "searchButton",
formId: "searchModel",
event: "onclick",
params: {fragments: "content"}
}));
</script>
HTTP会话过期时出现问题,Spring Security将登录页面作为部分响应发送。我知道,这个问题会影响所有AJAX库,但是我找不到任何关于Spring JavaScript(Dojo)的东西。你有一个(简单的)解决方案吗?
非常感谢