ICEfaces
  1. ICEfaces
  2. ICE-6904

Nesting f:ajax in ice:rowSelector results in TagException

    Details

    • Type: Bug Bug
    • Status: Open
    • Priority: Major Major
    • Resolution: Unresolved
    • Affects Version/s: EE-2.0.0.GA
    • Fix Version/s: None
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      Tomcat 7

      Description

      Attempting to nest f:ajax in ice:rowSelector as follows:

                          <ice:rowSelector value="#{tableItem.selected}"
                                           preStyleOnSelection="true"
                                           selectionListener="#{tab.rowSelected}">
                              <f:ajax render="@form" />
                          </ice:rowSelector>

      Results in the following Exception:

      javax.faces.view.facelets.TagException
      Unable to attach <f:ajax> to non-ClientBehaviorHolder parent

      The goal in the application located at repo\services\williams\williamspoc is to only have the containing form rendered on row selection instead of all the tabs in the page. Each tab can be quite heavy, so we do not want to render all the tabset content on row selection in a particular form.

        Issue Links

          Activity

          There are no comments yet on this issue.

            People

            • Assignee:
              Unassigned
              Reporter:
              Brad Kroeger
            • Votes:
              1 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated: