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
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
AbstractEditableTable.rowSelectionListener now handles an EditableTableException. This allows for the dynamic preclusion of row selection via a thrown EditableTableException from the IEditableTableListener.rowSelected method.