ICEfaces
  1. ICEfaces
  2. ICE-1401

SelectBooleanCheckbox clears when switching panels

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.6DR#3
    • Fix Version/s: 1.6DR#3, 1.6
    • Component/s: Bridge, ICE-Components
    • Labels:
      None
    • Environment:
      All
    • Workaround Exists:
      Yes
    • Workaround Description:
      Setting immediate="true" on the action the switches the panel will correct this. Also limiting the scope of the form so that command button that change the panel are in a separate form from the panel stack.

      Description

      A checkbox on a panel in a panel stack can be cleared when switching panels. This happens when the panel stack and command buttons are all contained in the same form.

      <ice:form partialSubmit="true" id="innerFrame1">
      <ice:commandButton value="Show One" action="#{checkboxclear.showOne}"/>
              <ice:commandButton value="Show Two" action="#{checkboxclear.showTwo}" />

               <ice:panelStack id="templatePanelStack"
                              styleClass="componentContentPanelStack"
                              selectedPanel="#{checkboxclear.selectedPanel}">



                   <ice:panelGroup id="one">
                        <ice:outputText value="Checkbox value is"/>
                        <ice:outputText value="#{checkboxclear.value}"/>
                   </ice:panelGroup>
                   <ice:panelGroup id="two">
                       <ice:outputText value="Check Box:"/>
                       <ice:outputText value="#{checkboxclear.value}"/>

                       <ice:selectBooleanCheckbox value="#{checkboxclear.value}" partialSubmit="true"/>

                   </ice:panelGroup>
               </ice:panelStack>
           </ice:form>

        Issue Links

          Activity

          Hide
          Rob Mayhew added a comment -

          Fixed int 1.5 Branch in r13467

          Show
          Rob Mayhew added a comment - Fixed int 1.5 Branch in r13467
          Hide
          Rob Mayhew added a comment -

          Merged into trunk r13468

          Show
          Rob Mayhew added a comment - Merged into trunk r13468
          Hide
          Rob Mayhew added a comment -

          Fixed

          Show
          Rob Mayhew added a comment - Fixed

            People

            • Assignee:
              Unassigned
              Reporter:
              Rob Mayhew
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: