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