Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
with
<context-param>
<param-name>org.apache.myfaces.CDI_MANAGED_CONVERTERS_ENABLED</param-name>
<param-value>true</param-value>
</context-param>
and
<context-param>
<param-name>org.apache.myfaces.CDI_MANAGED_VALIDATORS_ENABLED</param-name>
<param-value>true</param-value>
</context-param>
it should be possible to enable cdi support for converters/validators.
we need the config, because it was postponed for the spec.
Attachments
Attachments
Issue Links
- relates to
-
MYFACES-3786 Web Container injection support should be provided for additional lifecycle artifacts (not just managed beans)
- Closed