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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T02:02:57+00:00 2026-06-13T02:02:57+00:00

In a JSF 2.1 application, I need to build a JSF dataTable (using PrimeFaces)

  • 0

In a JSF 2.1 application, I need to build a JSF dataTable (using PrimeFaces) that shows only the db records belonging to the logged in user.

So, I need to pass the username to the bean associated to the dataTable’s value attribute:

value="#{tableBuilder.records}"

Here is the table bean:

@ManagedBean
@ViewScoped
public class TableBuilder {
    private List<MyRecord> records;
    private String username;
    // getters and setters
}

It’s useful to know that the application consists of a single web page, with container-managed authentication implemented through LoginBean, a SessionScoped ManagedBean. This implies the additional effort of notifying to TableBuilder when the user logs in.

The only way I am thinking of is to inject the LoginBean into the TableBuilder through @ManagedProperty annotation, and checking on every request of getRecords if the username property of LoginBean has changed.

Maybe there are better ways?

  • 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-13T02:02:59+00:00Added an answer on June 13, 2026 at 2:02 am

    If your environment supports EL 2.2 (your question history confirms Java EE 6), then “just do it”:

    <h:dataTable value="#{bean.getModel(user)}">
    

    with

    public List<Item> getModel(User user) {
        // ...
    }
    

    Whether it’s the right way or there are better ways, I’ll leave in the middle. Keep in mind that a getter is invoked as many times as EL evaluates the value expression.

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

Sidebar

Related Questions

I'm building a web-application using JSF/Primefaces. I need to have a constants-class, i.e. a
In my jSF 2.0-PrimeFaces application I am using component and I need to change
I am developing a Java Web Application using JSF, Spring and Hibernate. I need
I'm trying to build an Java EE 6-application on GlassFish V3, using JSF 2.0,
I need to integrate pretty faces with my jsf 2.0, primefaces application, but its
i am writing a web application with jsf 2.0 and using primefaces framework. i
In my JSF application, I need to redirect the user from Page A to
i am creating a web application using jsf and primefaces, and my question is
I'm using richFaces 3.3 and JSF 1.2. In my sample application I need to
I was trying out a simple JSF application, in which I need to check

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.