-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
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]