Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.1-Beta2
-
Component/s: ACE-Components
-
Labels:None
-
Environment:IF 3.0
-
Affects:Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial, Compatibility/Configuration
Description
onSelect / onEditUpdate etc. have been removed from the component, thus to do an ajax row selection, an ace:ajax tag must be nested in the component.
<ace:ajax event="select" render="@this selectForm:status" execute="@this"
disabled="#{!dataTableSelector.instantUpdate}"/>
Row selection reverts to form submit if no ajax tags are nested, or if all the nested "select" ajax tags are disabled.
<ace:ajax event="select" render="@this selectForm:status" execute="@this"
disabled="#{!dataTableSelector.instantUpdate}"/>
Row selection reverts to form submit if no ajax tags are nested, or if all the nested "select" ajax tags are disabled.
Activity
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #26590 | Fri Nov 25 13:28:32 MST 2011 | nils.lundquist | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/renderkit/CoreRenderer.java
MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datatable/DataTableRenderer.java MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/dataTable/dataTableSelector.xhtml MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datatable/DataTableMeta.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #26591 | Fri Nov 25 13:31:49 MST 2011 | nils.lundquist | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datatable/DataTableRenderer.java
|
Nils Lundquist
created issue -
Nils Lundquist
made changes -
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [] | |
Affects | [Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial, Compatibility/Configuration] |
Nils Lundquist
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Salesforce Case | [] | |
Fix Version/s | 3.0.RC1 [ 10300 ] | |
Fix Version/s | 3.0 [ 10241 ] | |
Affects Version/s | 2.1-Beta2 [ 10294 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #26656 | Wed Nov 30 15:30:33 MST 2011 | nils.lundquist | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/dataTable/dataTableListener.xhtml
MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/dataTable/dataTableRowState.xhtml |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Commit in r26590.
Example in comp-suite shows some odd behavior when dynamically changing the ajax attribute. Changes aren't applied correctly until after next datatable selection.