Uploaded image for project: 'MyFaces Core'
  1. MyFaces Core
  2. MYFACES-3065

checkedViewIdCacheEnabled should only be FALSE in ProjectStage#Development

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0.4
    • 2.0.5
    • General
    • None

    Description

      currently our DefaultWindowHandlerSupport contains the following lines:

      if (!context.isProjectStage(ProjectStage.Production))

      { return _checkedViewIdCacheEnabled = Boolean.FALSE; }

      Imo it should be exactly the other way around. It should only override any manual settings in ProjectStage.Development and evaluate the servlet params in any other case.

      Attachments

        Activity

          People

            struberg Mark Struberg
            struberg Mark Struberg
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: