Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 4.1
-
Fix Version/s: 4.1.1
-
Component/s: ACE-Components
-
Labels:None
-
Environment:Any
-
ICEsoft Forum Reference:
Description
After the ICE-10115 improvement, the 'type' attribute in ace:pushButton ceased to be a pass-thru attribute, which prevents users from being able to render a button of type 'submit', so that the browser handle the request natively. Moreover, in version 4.0, this was possible, but two requests were made instead of just one when using the 'submit' type. This JIRA is to restore the capability to render a button of type 'submit', while only doing one request when the button is activated.
r46969: ace:pushButton, added 'submit' value to 'type' attribute
Also removed 'type' from the list of pass-thru attributes in the wiki entry for ace:pushButton.