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
Consider implementing beforeEncode / afterEncode methods by wrapping just the Renderer of a component. This would allow
components that don't render all their children to still allow these events to work (that's why the "event" component
doesn't work everywhere). It would require that JSFT provide and register a wrapper renderer for every component that
has a before/after encode handler. This can be added dynamically by calling something like:
Consider implementing beforeEncode / afterEncode methods by wrapping just the Renderer of a component. This would allow
components that don't render all their children to still allow these events to work (that's why the "event" component
doesn't work everywhere). It would require that JSFT provide and register a wrapper renderer for every component that
has a before/after encode handler. This can be added dynamically by calling something like:
facesContext.getRenderKit().addRenderer(comp.getFamily(), "JSFT.wrapperRenderer", jsftWrapperRenderer);
Environment
Operating System: All
Platform: All
Affected Versions
[.unkown]
The text was updated successfully, but these errors were encountered: