Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.0
-
Fix Version/s: 4.0.BETA, EE-3.3.0.GA_P02, 4.0
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ICEfaces ace:dataTable TLDdoc
-
Affects:Documentation (User Guide, Ref. Guide, etc.)
Description
The ace:dataTable TLDdoc for the rowSelectListener and rowUnselectListener attributes use incorrect names for the event arguments passed in to each listener.
TLDdoc says: "The method receives a single argument, RowSelectEvent."
Should be: "The method receives a single argument, SelectEvent."
TLDdoc says: "The method receives a single argument, RowUnselectEvent."
Should be: "The method receives a single argument, UnselectEvent."
TLDdoc says: "The method receives a single argument, RowSelectEvent."
Should be: "The method receives a single argument, SelectEvent."
TLDdoc says: "The method receives a single argument, RowUnselectEvent."
Should be: "The method receives a single argument, UnselectEvent."
Activity
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #39477 | Mon Dec 23 10:49:39 MST 2013 | Ken | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datatable/DataTableMeta.java
|
Ken Fyten
created issue -
Ken Fyten
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Ken Fyten [ ken.fyten ] | |
Affects | Documentation (User Guide, Ref. Guide, etc.) [ 10003 ] |
Ken Fyten
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Fix Version/s | 4.0 [ 11382 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Corrected TLDdoc descriptions.