Uploaded image for project: 'MyFaces Extensions Validator'
  1. MyFaces Extensions Validator
  2. EXTVAL-93

dev-mode and multiple renderer interceptors

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 2.0.3
    • 2.0.4
    • Core
    • None

    Description

      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);
      }

      Attachments

        Activity

          People

            Unassigned Unassigned
            werpu Werner Punz
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: