[
https://issues.apache.org/jira/browse/EXTVAL-93?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gerhard Petracek resolved EXTVAL-93.
------------------------------------
Fix Version/s: 2.0.4-SNAPSHOT
Resolution: Fixed
> dev-mode and multiple renderer interceptors
> -------------------------------------------
>
> Key: EXTVAL-93
> URL: https://issues.apache.org/jira/browse/EXTVAL-93
> Project: MyFaces Extensions Validator
> Issue Type: Bug
> Components: Core
> Affects Versions: 2.0.3
> Reporter: Werner Punz
> Priority: Trivial
> Fix For: 2.0.4-SNAPSHOT
>
>
> extval in combination with the dev mode has to bypass the renderer proxy.
> workaround:
> a startup-listener which calls:
> if(JsfProjectStage.is(JsfProjectStage.Development))
> {
> ExtValContext.getContext().addGlobalProperty(ExtValRendererProxy.KEY, null);
> }
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.