How To Stop Gwtbootstrap3 From Refreshing And Loosing My Input And Returning An Error Code
I am trying to use GWTootstrap3 with the following html:
2) remove the type="submit"
from the button
That's it your all done.
Solution 2:
GwtBootstrap Form widget creates a bona fide <form>
tag which attempts to submit your form data to the form target upon pressing the submit button or ENTER. To prevent this behavior, indicate so to the form widget:
<b:Form submitOnEnter="false">
Post a Comment for "How To Stop Gwtbootstrap3 From Refreshing And Loosing My Input And Returning An Error Code"