You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Gerhard Petracek (JIRA)" <de...@myfaces.apache.org> on 2009/03/01 01:44:12 UTC

[jira] Updated: (EXTVAL-37) special el expression with custom facelets components

     [ https://issues.apache.org/jira/browse/EXTVAL-37?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gerhard Petracek updated EXTVAL-37:
-----------------------------------

    Status: Patch Available  (was: Open)

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