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/21 08:22:50 UTC

[jira] Updated: (EXTVAL-37) improved support for dynamic el expression in 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:
-----------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

> improved support for dynamic el expression in custom facelets components
> ------------------------------------------------------------------------
>
>                 Key: EXTVAL-37
>                 URL: https://issues.apache.org/jira/browse/EXTVAL-37
>             Project: MyFaces Extensions Validator
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 1.2.1, 1.1.1
>            Reporter: Gerhard Petracek
>            Priority: Minor
>             Fix For:  1.2.2-SNAPSHOT, 1.1.2-SNAPSHOT
>
>         Attachments: ExtVal-37.patch, ExtVal-37_for_1.1.1.patch, ExtVal-37_for_1.2.1.patch
>
>
> thx to the reporter: Thomas Schnabl
> solved restrictions of extval 1.1.1:
> parsing of very dynamic el-expressions fails with custom facelets components
> example:
> usage in the page:
> <c:userForm entity="#{person}" fieldName="firstName"/>
> the custom component:
> <h:inputText value="#{entity[fieldName]}"/>
> solved restrictions of both versions:
> cross-validation support with complex el-expressions
> ***
> known issue (still open):
> too complex expressions (multiple nested map-expressions) cannot be transformed to the needed cross-validation key

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