ICEfaces-EE
  1. ICEfaces-EE
  2. IPCK-313

composite.attrs.expanded EL breaks ice:panelCollapsible

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Won't Fix
    • Affects Version/s: EE-2.0.0
    • Fix Version/s: None
    • Component/s: Facelet Components
    • Labels:
      None
    • Environment:
      -

      Description

      When the panelCollapsible component is used within a composition component tag and it´s expanded attribute is controlled via the composite.attrs.expanded attribute, the component will no longer function. For example:

      <composite:interface>
      ........
      <composite:attribute name="expanded" required="false" default="true"/>
      </composite:interface>

      <composite:implementation>
      <ice:panelCollapsible styleClass="portlet" expanded="#{cc.attrs.expanded}" rendered="#{cc.attrs.show}">
      <f:facet name="header">
      .........
      </composite:implementation>

      It appears as though the following POST is sent to the server but a response is not returned:

      <partial-response>
      <changes>
      <update id="javax.faces.ViewState">-3641179103414494187:837983854702968234</update>
      <eval>document.getElementById('form:j_idt7:j_idt8').getElementsByTagName('a')[0].focus();//903991920</eval>
      </changes>
      </partial-response>

      Test case intended for deployment on Tomcat attached.

        Activity

        Hide
        Philip Breau added a comment - - edited

        If this is still an issue, it should be retargeted as a bug under the ICEfa=
        ces project compat components, it's not directly related to EE or the compo=
        site components
        =20

        Show
        Philip Breau added a comment - - edited If this is still an issue, it should be retargeted as a bug under the ICEfa= ces project compat components, it's not directly related to EE or the compo= site components =20

          People

          • Assignee:
            Philip Breau
            Reporter:
            Tyler Johnson
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: