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

Gerhard Petracek reopened EXTVAL-79:
------------------------------------

      Assignee: Gerhard Petracek

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

Reply via email to