Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-2.0.0
-
Fix Version/s: EE-2.0.0.GA_P01, EE-3.0.0.GA, EE-1.8.2.GA_P04
-
Component/s: Facelet Components
-
Labels:None
-
Environment:All
Description
Use Case: After a row has been added to the table some validation needs to take place on the backing list values. Updating the list via the following code in the rowUpdated method:
richDataGridBean2.getData().setWrappedData(empList);
Causes an issue where the next time the add button is clicked it creates a new row at the top and bottom of the tables.
richDataGridBean2.getData().setWrappedData(empList);
Causes an issue where the next time the add button is clicked it creates a new row at the top and bottom of the tables.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion