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/12/25 15:55:29 UTC

[jira] Resolved: (EXTVAL-79) deactivate required initialization via web.xml context parameter

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

Gerhard Petracek resolved EXTVAL-79.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.1.3-SNAPSHOT
                   2.0.3-SNAPSHOT
                   1.2.3-SNAPSHOT

> deactivate required initialization via web.xml context parameter
> ----------------------------------------------------------------
>
>                 Key: EXTVAL-79
>                 URL: https://issues.apache.org/jira/browse/EXTVAL-79
>             Project: MyFaces Extensions Validator
>          Issue Type: Improvement
>          Components: Bean Validation, Core, Property Validation
>    Affects Versions: 1.2.3-SNAPSHOT, 2.0.3-SNAPSHOT, 1.1.3-SNAPSHOT
>            Reporter: Gerhard Petracek
>            Priority: Minor
>             Fix For: 1.2.3-SNAPSHOT, 2.0.3-SNAPSHOT, 1.1.3-SNAPSHOT
>
>
> required initialization is useful in case of component libs like trinidad.
> due to several dynamic features the next version of extval isn't compatible with the required attribute (within pages).
> if there is no benefit from using metadata based required initialization, it's possible to deactivate it to get back the compatibility with the required attribute within pages.
> web.xml:
> <context-param>
>     <param-name>org.apache.myfaces.extensions.validator.DEACTIVATE_REQUIRED_INITIALIZATION</param-name>
>     <param-value>true</param-value>
> </context-param>

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