taglib « Component « JSF Q&A





1. Custom Facelets components and attributes defined in taglib    stackoverflow.com

Defining 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.com

I'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.com

I 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