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:
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"