-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add rowStatePreserved property to UIRepeat, exactly the same as UIData #5349
Add rowStatePreserved property to UIRepeat, exactly the same as UIData #5349
Conversation
a helper class so UIRepeat can also utilize them jakartaee/faces#1263
getter/setter as UIRepeat is going to be moved into API of Faces.next jakartaee/faces#1263
@@ -16,6 +16,11 @@ | |||
|
|||
package jakarta.faces.component; | |||
|
|||
import static com.sun.faces.facelets.tag.faces.ComponentSupport.restoreFullDescendantComponentDeltaStates; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This won't work for 5.0 as UIData won't have access to com.sun.faces packages
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggest you move the necessary code into a private Utils class (or reuse one of the existing ones if possible) in the jakarta.faces.component package.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See single comments above!
Already took into account this while approving your PR :) |
jakartaee/faces#1263
cc: @tandraschko