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

  • Home
  • SEARCH
  • 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 9129319
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T07:43:07+00:00 2026-06-17T07:43:07+00:00

I have a PrimeFaces <p:dataGrid> component that contains a variable number of panels. Each

  • 0

I have a PrimeFaces <p:dataGrid> component that contains a variable number of panels. Each panel contains a number of derived components. I have a delete button contained inside each of these panels to allow for deletion. I also have an add button outside of the dataGrid. Instead of using immediate="true" on the buttons, I figured out how to set the required attribute of each component in each panel.

For instance:

required="#{empty param['vehicleGrid:0:btnDelete'] and empty param['btnAdd']}". 

For every delete button in the dataGrid and the add button, ignore component validation.

This works if there is a panel inside of the dataGrid, but it only references the first one. I need to dynamically check every panel. Maybe instead of looking at it from the markup page, maybe I need to look at it in Java terms since param is a Map<String, String>.

  • 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-17T07:43:08+00:00Added an answer on June 17, 2026 at 7:43 am

    Bind the delete button component to the view and use UIComponent#getClientId() instead.

    <h:inputText ... required="#{empty param[deleteButton.clientId]}" />
    ...
    <h:commandButton binding="#{deleteButton}" ... />
    

    This way the proper client ID will be looked up in the parameter map and there’s then no need to iterate over the parameter map.

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

Sidebar

Related Questions

I have created a composite component, based on PrimeFaces components that works as a
I have a page containing a PrimeFaces (2.2.1) Editor component, a Refresh button and
I have a p:dataGrid of primefaces that has a pagination on top of the
I have an application that contains commandLinks within a Primefaces dataTable. The commandLinks link
I have a question regarding primefaces datatable component. I want to bind a DataTable
I have a simple JSF line chart that uses PrimeFaces (via jqPlot) library: <p:lineChart
I'm trying to create a custom component to extend PrimeFaces. I have a simple
I have a inputTextarea that I refresh using PrimeFaces' AJAX poll. When the inputTextarea
I have a PrimeFaces data table that displays a set of users with a
I have problem uploading with primefaces upload widget. After some investigation I noticed that

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.