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.
<form:form commandName="blah" data-ajax="false">
Will work just fine.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With