Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.0.BETA
-
Fix Version/s: 4.0
-
Component/s: Documentation, ACE-Components
-
Labels:None
-
Environment:Any
Description
According to the JSF specification, the 'action' ajax event is the default event for action/command components such as h:commandButton. Our action components currently use 'activate' as their default event. In order to better align to the JSF specification, our action components should have 'action' as their default ajax event, so the 'activate' event must be renamed to 'action', while still supporting 'activate' as an alias for the same event.
r41540: Renamed 'activate' event to 'action' for various components; added 'activate' as a global alias for 'action'. The components that were modified were ace:checkboxButton, ace:dataExporter, ace:linkButton, ace:menuItem, ace:radioButton, ace:pushButton, and ace:printer.