posted 11 years ago
I am trying out an example of Spring web flow. I have a form in an HTML page that contains a button with type="submit". But I have a feeling that when i press that button no request is triggered to the server and I wonder if the problem is caused by my Spring configuration or just a plain HTML problem? can anyone help? the html code is pasted below.