Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8204071
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T07:46:44+00:00 2026-06-07T07:46:44+00:00

I have a rich tree and it contains few nodes. I have a checkbox

  • 0

I have a rich tree and it contains few nodes. I have a checkbox beside each node. When I check a checkbox , checkbox pertaining to all the children needs to be checked and when I uncheck all the children have to be unchecked. I have the below code in my xhtml. In the backing bean , I set all the children to checked / unchecked based on the event. The tree is initially in “collapsed” mode. When I click on the checkbox and expand the node , I can see all the children being checked. But when I uncheck / check in expanded mode , the values aren’t getting reflected in the child elements. Can you please help in letting me know what I am missing? Thanks.

    <rich:tree id="producttree" switchType="server"
        value="#updateProductBean.deviceServiceTreeRoot}" var="item">
        <rich:treeNode id="productnode">
            <h:selectBooleanCheckbox value="#{item.selected}"
                rendered="#{item.value == null &amp;&amp; item.checkbox == true}"
                valueChangeListener="#{updateProductBean.submitUpdateProduct}">
                <f:attribute name="selectedProductId" id="selectedProductId"
                    value="#{item.paramID}" />
                <f:attribute name="selectedProductName" id="selectedProductName"
                    value="#{item.name}" />
                <a4j:support event="onclick" reRender="producttree,productnode">
                </a4j:support>
            </h:selectBooleanCheckbox>
            <h:outputText value="#{item.name}" rendered="#{item.value == null}" />
        </rich:treeNode>
    </rich:tree>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T07:46:46+00:00Added an answer on June 7, 2026 at 7:46 am

    Try wrapping your h:selectBooleanCheckBox inside a a4j:outputPanel tag then define an id name, then reRender this a4j:outputPanel on your a4j:support tag. If it is still not reRendered try putting ajaxRendered="true" on your a4j:outputPanel this will make it always updated for every ajax request.

    Try this.

    <rich:tree id="producttree" switchType="server"
                    value="#updateProductBean.deviceServiceTreeRoot}" var="item">
                    <rich:treeNode id="productnode">
                        <a4j:outputPanel id="panel" ajaxRendered="true">
                            <h:selectBooleanCheckbox value="#{item.selected}"
                                rendered="#{item.value == null &amp;&amp; item.checkbox == true}"
                                valueChangeListener="#{updateProductBean.submitUpdateProduct}">
                                <f:attribute name="selectedProductId" id="selectedProductId"
                                    value="#{item.paramID}" />
                                <f:attribute name="selectedProductName" id="selectedProductName"
                                    value="#{item.name}" />
                                <a4j:support event="onclick"
                                    reRender="producttree,productnode, panel">
                                </a4j:support>
                            </h:selectBooleanCheckbox>
                        </a4j:outputPanel>
                        <h:outputText value="#{item.name}"
                            rendered="#{item.value == null}" />
                    </rich:treeNode>
                </rich:tree>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have rich-text file with a few images and text. In my Cocoa app
I have rich:popupPanel which contains t:dataList under one column of t:dataTable. This dataList has
I have a rich:dataTable with dataScroller. In each page I need to show 5
All, I have rich text, with links, in my UITableView's detail View: When a
I have a rich panel that contains a form. This form is posted with
I have a rich:tree component used like so: <rich:tree switchType=client value=#{MyBacking.logTree} reRender=selectedLog var=item nodeFace=#{item.type}
I have a rich:Datatable with dynamic columns... Till here its ok... I get all
I have a rich:extendedDataTable . I have a a4j:commandLink for each row, on click
I have a Facelets subview at /subviews/document-tree.xhtml that renders a tree for each tab
I have a rich text box in my c# application and it contains different

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.