expression « Component « JSF Q&A





1. JSF - custom component, problem with expression for attribute    stackoverflow.com

I want to create custom component with attribute "title" that can have expression but I get this error: Unable to convert string "#{myBean.text}" to class "javax.el.ValueExpression" for attribute "title": Property Editor not ...

2. How do I stop EL expressions from being evaluated in non-rendered JSF components?    stackoverflow.com

Edit: never mind! I'm in the process of switching my project over from JSF 1.2 with Facelets to JSF 2 with Facelets. It looks like, in JSF 2, EL expressions in components ...

3. JSF2 composite cc.attrs expression does not evaluate action parameters correctly    stackoverflow.com

I have a JSF composite component which is a list of email addresses that can be dynamically added to, and deleted from:

<composite:interface shortDescription="Display party email addresses">
    <composite:attribute name="addressable" ...