Skip to content
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

Provide custom "wrapper" renderer for events. #26

Open
glassfishrobot opened this issue Jun 26, 2007 · 4 comments
Open

Provide custom "wrapper" renderer for events. #26

glassfishrobot opened this issue Jun 26, 2007 · 4 comments

Comments

@glassfishrobot
Copy link

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]

@glassfishrobot
Copy link
Author

@glassfishrobot Commented
Reported by kenpaulsen

@glassfishrobot
Copy link
Author

@glassfishrobot Commented
Was assigned to kenpaulsen

@glassfishrobot
Copy link
Author

@glassfishrobot Commented
This issue was imported from java.net JIRA JSFTEMPLATING-26

@glassfishrobot
Copy link
Author

@glassfishrobot glassfishrobot self-assigned this Aug 20, 2018
@pzygielo pzygielo removed this from the 2.0 milestone Nov 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants