Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.1
-
Fix Version/s: EE-3.0.0.GA_P01, 3.2
-
Component/s: ACE-Components
-
Labels:None
-
Environment:All
-
Workaround Exists:Yes
-
Workaround Description:
Description
If an h:commandButton is used in an ace:column that is defined in a columnGroup, the button action/actionListener is not called.
Sample code:
<ace:dataTable>
<ace:columnGroup type="header">
<ace:row>
<ace:column>
<h:commandButton>
<f:ajax>
</h:commandButton>
</ace:column>
</ace:row>
</ace:columnGroup>
....
</ace:dataTable
Sample code:
<ace:dataTable>
<ace:columnGroup type="header">
<ace:row>
<ace:column>
<h:commandButton>
<f:ajax>
</h:commandButton>
</ace:column>
</ace:row>
</ace:columnGroup>
....
</ace:dataTable
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion