I have a problem with submitting form, which contains normal and jQuery submit
button.
This is code snippet of my JSP:
Seems like a bug in struts2-jquery-plugin: http://code.google.com/p/struts2-jquery/issues/detail?id=931.
It should work with version 3.3.3 of that plugin.
Problem here is the e.PreventDefault() to prevent a normal submit on press enter inside of an form textfield.
See: http://code.google.com/p/struts2-jquery/source/browse/trunk/struts2-jquery-plugin/src/main/resources/template/js/struts2/jquery.struts2.js#947
What about using an normal Link instead of an button?