Jquerymobile页面通过JSP重定向URL?

时间:2013-06-15 13:43:28

标签: jsp redirect jquery-mobile

这里我有一个问题,用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; }); 

redirect.jsp文件

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

如果index.jsp没有包含jqm js and css.

,那就很奇怪了

0 个答案:

没有答案