ICEfaces
  1. ICEfaces
  2. ICE-10411

Incorrect lazyWindowScope default behavior

    Details

    • Assignee Priority:
      P2
    • Support Case References:
    • Workaround Exists:
      Yes
    • Workaround Description:
      Hide
      Set the param manually:

          <context-param>
              <param-name>org.icefaces.lazyWindowScope</param-name>
              <param-value>false</param-value>
          </context-param>
      Show
      Set the param manually:     <context-param>         <param-name>org.icefaces.lazyWindowScope</param-name>         <param-value>false</param-value>     </context-param>

      Description

      As per the Wiki docs for lazyWindowScope (http://www.icesoft.org/wiki/display/ICE/lazyWindowScope):

      "Please note that if the view scope map contains any view scoped beans, org.icefaces.lazyWindowScope is not enabled by default."

      This indicates that if you have View scoped beans that org.icefaces.lazyWindowScope should be false by default. This is not the case as it is logged as the following:

      org.icefaces.lazyWindowScope: true [default]

      Also when using the @AllWindowsClosed annotation on a Session Scoped bean, this is not called as it needs Window scoped beans or lazyWindowScope=false.

        Activity

        Arran Mccullough created issue -
        Arran Mccullough made changes -
        Field Original Value New Value
        Attachment Case13177Example.war [ 17598 ]
        Attachment Case13177Example.zip [ 17599 ]
        Arran Mccullough made changes -
        Component/s  Documentation [ 10018 ]
        Ken Fyten made changes -
        Assignee Mircea Toma [ mircea.toma ]
        Fix Version/s EE-4.0.0.GA [ 11171 ]
        Fix Version/s EE-3.3.0.GA_P03 [ 11572 ]
        Assignee Priority P2 [ 10011 ]
        Mircea Toma made changes -
        Status Open [ 1 ] Resolved [ 5 ]
        Resolution Invalid [ 6 ]
        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]

          People

          • Assignee:
            Mircea Toma
            Reporter:
            Arran Mccullough
          • Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: