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
Arran Mccullough
created issue -
Arran Mccullough
made changes -
Field | Original Value | New Value |
---|---|---|
Attachment | Case11544Example.war [ 14796 ] | |
Attachment | Case11544Example.zip [ 14797 ] |
Arran Mccullough
made changes -
Salesforce Case | [5007000000NIuuv] |
Ken Fyten
made changes -
Fix Version/s | 3.2 [ 10338 ] | |
Assignee Priority | P1 | |
Assignee | Nils Lundquist [ nils.lundquist ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #30513 | Wed Aug 15 16:08:46 MDT 2012 | nils.lundquist | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datatable/DataTable.java
|
Nils Lundquist
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Ken Fyten
made changes -
Fix Version/s | EE-3.0.0.GA_P01 [ 10327 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #30552 | Mon Aug 20 10:28:29 MDT 2012 | nils.lundquist | |
Files Changed | ||||
MODIFY
/icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/ace/component/src/org/icefaces/ace/component/datatable/DataTable.java
|
Nils Lundquist
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee Priority | P1 [ 10010 ] |
Attached test case that shows issue.
Steps: