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 9116277
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T04:38:02+00:00 2026-06-17T04:38:02+00:00

In my case I want to refresh the component with ID baseTab . It

  • 0

In my case I want to refresh the component with ID baseTab. It is itself contained if form main and tabView tabs. The absolute reference to the component is main:tabs:baseTab. and this is what I need to refer to for example in update attribute:

 <p:commandButton update="main:tabs:baseTab"/>

The problem with such full ID is that it is long and can be easily change when I change something in component hierarchy. The ID baseTab is itself unique so I should be, at least theoretically, able to refer this component direcly. But how I can do that?

What is the syntax to refer the component via unique ID? I’ve tried the following:

  • :baseTab
  • baseTab
  • main:baseTab
  • :tabs:baseTab

And none of that was working, each was causing the page error that such component does not exist….

  • 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-17T04:38:03+00:00Added an answer on June 17, 2026 at 4:38 am

    I can see the value in not making this reference depend on the component tree structure.

    It should be possible to leverage the component binding for this because update can take a ValueExpression.

    Define a map in request scope using (for example) a faces-config.xml:

    <managed-bean>
      <managed-bean-name>bind</managed-bean-name>
      <managed-bean-class>java.util.HashMap</managed-bean-class>
      <managed-bean-scope>request</managed-bean-scope>
    </managed-bean>
    

    Bind the target to the map:

    <h:foo binding="#{bind.someIdForBinding}" />
    

    Reference this control’s client identifier in your button:

    <p:commandButton update=":#{bind.someIdForBinding.clientId}"/>
    

    The target component will be put into the binding map when the tree is created/restored.

    Note that this code is untested.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to put an element into another component (in this case a print
I Have two problem in this Case : I want to pass a JSON
I'm working on the issue of design patterns. In this case I want to
I have a case where i want to submit a form and get the
I have two situations in this case: I want to query a WCF service
I use the Auth component. I have an Ajax login form and I want
The use case I want to achive is. 1. Fetch XML from a remote
I have the following case where I want to accept the following routs '/type/view/23'
I have a quite specific client-server design case and I want to ask for
I want to use Case When with AND condition and it is not calculating

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.