now when the RSA session expires and I click on such a button, the server call is not made by the button, it rather shows javascript popup saying malformed XML: Document is empty.
However if i click F5 button or browser refresh button to force a server call, then the earlier behaviour of forwarding to login page still works. I have to somehow be able to make a server call from the ajaxified buttons after the RSA session expires.
any help will be apprecaited.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
这是因为视图不再存在并且服务器无法在服务器上重新创建视图来执行ajax,您可以尝试类似的操作:
This is because the view doesn't exists anymore and the server can't recreate the view on the server to execute the ajax, you can try something like that :