Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
When using an AjaxButton (former AjaxSubmitButton) with id "submit", the generated name attribute on the HTML tag is "submit" and it causes problems when trying to submit the form, because submit is already a function. There is code to handle that in FormComponent, but sadly fieldName.equals("submit") does not return true because PrependingStringBuffer.equals() is not implemented.