Is there a possibility to submit my spring forms with non-Ajax-Requests?
Ive tried the global variante that worked
but as I understood that after I putCode:$(document).bind("mobileinit", function(){ $.extend( $.mobile , { ajaxEnabled: false }); });all requests will be non-ajax. But I need some ajax e.g. for validating field. AlsoCode:ajaxEnabled: falseisn't allowed in form:form tag...Code:data-ajax="false"
Any ideas?
Cheers.


Reply With Quote
