Description
Right now, the code in org.apache.myfaces.view.facelets.component.UIRepeat has not been reviewed more than to fix issues related to JSF 2 spec. It works, but it can be done better.
The code has the following opportunities:
- Implement PSS algorithm, to prevent store data in the state.
- The algorithm used in UIData to handle state is better.
- Fix
MYFACES-3415
Attachments
Attachments
Issue Links
- incorporates
-
MYFACES-3415 [ui:repeat] field value disappears if validation error exists on current site
- Closed