Details
-
Type: Improvement
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 1.8.2.GA_P02, EE-2.0.0.Beta1
-
Fix Version/s: EE-1.8.2.GA_P03, EE-3.0.0.BETA
-
Component/s: Facelet Components
-
Labels:None
-
Environment:All
Description
Feature Request: A few methods in the AbstractEditableTableBean currently handle the EditableTableException. The rowSelectionListener method does not. Under certain circumstances this method can cause an EditableTableException exception to be thrown.
Activity
Arran Mccullough
created issue -
Arran Mccullough
made changes -
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [5007000000G4J5q] | |
Priority | Major [ 3 ] | Minor [ 4 ] |
Ken Fyten
made changes -
Fix Version/s | EE-2.1.0 [ 10261 ] | |
Fix Version/s | 1.8.2.GA_P03 [ 10253 ] |
Philip Breau
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Fix Version/s | EE-3.0.0.BETA [ 10325 ] | |
Fix Version/s | EE-3.0.0.GA [ 10261 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
AbstractEditableTable.rowSelectionListener now handles an EditableTableException. This allows for the dynamic preclusion of row selection via a thrown EditableTableException from the IEditableTableListener.rowSelected method.