1. Custom Facelets components and attributes defined in taglib stackoverflow.comDefining custom components in Facelets is easy and quick but there's one thing I can't figure out. Is it possible with Facelets to define what attributes my custom component has? I.e: ... |
2. JSF2.0: EL are not resolved in a Composite Component taglib stackoverflow.comI'm trying to create a custom composite component taglib in my office but i get a strange issue with EL. It seems expressions as #{cc.attrs.[var] } are already resolve as empty. I ... |
3. How to add jsf components to taglib programmatically stackoverflow.comI was wondering if it's possible to add JSF components to the tag library programmatically? I'm implementing a plug-in mechanism in our application. And now, if I create a JSF component ... |
4. taglib component class coderanch.com |