For jQuery Mobile I need markup like:
<form action="..." method="get" data-ajax="false">
<!-- Fields -->
</form>
Since I work with Spring, I really like what <form:form> is doing for me, with all the convenient bindings, generating fields etc.
How can I make <form:form> print the extra attribute?
The
<form:form>tag will allow arbitrary attributes.Will work just fine.