There is a fairly simple html application.
Changing the text field will send, following the redraw. Pressing the button will also send.
When changing the field and leave it by clicking the button, the browser will encounter a conflict. The browser starts one submit, interrupts it and performs the next submit. The result is unreliable.
Is there a simple solution for getting a single message with a button and a field without switching to some AJAX approach (say GWT)?
source share