2

在这里,我在使用 JSP 表单重定向 URL 时遇到问题,提交页面(使用 post 方法)正在更改但 URL 没有更改......

页面顺序:

index.jsp -> redirect.jsp -> somePage.jsp

index.jsp文件有包括jqm jscss

这是我的 mobileinit 设置:

$(document).bind("mobileinit", function() {
    $.mobile.defaultPageTransition = 'none';
    $.mobile.ajaxFormsEnabled = false; }); 

重定向.jsp 文件

<%response.sendRedirect( "somePage.jsp" );%>

奇怪的是index.jsp没有包含时工作jqm js and css.

4

0 回答 0