special el expression with custom facelets components
-----------------------------------------------------

                 Key: EXTVAL-37
                 URL: https://issues.apache.org/jira/browse/EXTVAL-37
             Project: MyFaces Extensions Validator
          Issue Type: Bug
          Components: Core
    Affects Versions: 1.1.1
            Reporter: Gerhard Petracek
            Priority: Minor


parsing of very dynamic el-expressions fails with custom facelets components + 
extval for jsf 1.1

it's solved with extval for jsf 1.2

example:

usage in the page:
<c:userForm entity="#{person}" fieldName="firstName"/>

the custom component:
<h:inputText value="#{entity[fieldName]}"/>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to