I have a problem with submitting form, which contains normal and jQuery submit button.
This is code snippet of my JSP:
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?