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.1.2, 1.1.1, 1.2.2, 1.2.1
Reporter: Gerhard Petracek
Priority: Minor
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.