如果AJAX调用返回重定向,浏览器将不会重定向。如果您想在AJAX调用后将用户发送到新页面,则需要使用Javascript进行 *** 作。例:
def url = createlink(controller: 'user', action: 'authenticate')render(contentType: 'text/html', text: "<script>window.location.href='$url'</script>")
确保浏览器呈现AJAX响应。使用grails
remoteFunction标签,您应该指定一个元素以使用该
update属性进行更新。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)