You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// PENDING: This is included for those component frameworks that don't utilize the
// new VisitHint(s) yet - but still wish to know that they should be non-iterating
// during state saving. It should be removed at some point.
facesContext.getAttributes().put(SKIP_ITERATION_HINT, true);
Its original value is javax.faces.visit.SKIP_ITERATION and it has since 3.0 even been renamed to jakarta.faces.visit.SKIP_ITERATION without being removed.
The text was updated successfully, but these errors were encountered:
Discovered while looking at jakartaee/faces#1853
RestoreViewPhase has this since JSF 2.0:
It has been superseded by https://jakarta.ee/specifications/platform/10/apidocs/jakarta/faces/component/visit/visithint. It's time to remove it. It can be done safely, it's nowhere documented in spec.
Its original value is javax.faces.visit.SKIP_ITERATION and it has since 3.0 even been renamed to jakarta.faces.visit.SKIP_ITERATION without being removed.
The text was updated successfully, but these errors were encountered: