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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T21:25:02+00:00 2026-05-11T21:25:02+00:00

I’m using JSF/ICEFaces. I have a table that have many rows with values and

  • 0

I’m using JSF/ICEFaces. I have a table that have many rows with values and I have another page that displays charts. I want to have an icon on every row to chart that specific combo. I know to do regular navigation with JSF by returning a string navigation rule. However, I’m not sure how to pass parameters from the bean corresponding to the row to the bean that does the charting. Do you know I can approach that problem?

Thanks,

Tam

  • 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-05-11T21:25:03+00:00Added an answer on May 11, 2026 at 9:25 pm

    So you have Page A with the table of stuff and Page B with charts of individual stuffs. Flow being: Navigate to Page A -> Look through the table -> Click something on Page A to look at charts -> Navigate to Page B -> Read Charts.

    There are a couple of different things you can do here. I will suggest three.

    One, you can make the chart page RESTful and pass in the ID of the stuff you’re going to chart. IE, a column on your page would have:

    <ice:outputLink value="/chartPage?stuffID=#{iterator.stuffID}">Review Chart</ice:outputLink>

    Then in your chart page’s backing bean you can either use JAX-RS to pass in the page parameter or you can dredge the request object, ie:

    (FacesContext.getCurrentInstance().getExternalContext().getRequestParameterMap().get("stuffID)

    You can use that to get the StuffID and build your chart. This achieves a good separation of concerns, letting your charting page just do charting without having to worry about what beans it will be getting the charts from. This is the way I would personally do this.

    Two, you can simply make your bean session scoped (or, conversation scoped if you’re using Seam or similar) so that the two pages simply share the one bean. This is probably the simplest but you will need to ensure that the bean is cleaned up when you no longer need it and thus, somewhat dangerous.

    Three, you can use a regular HTTP form and POST to the charting page, using the same kind of RequestParameterMap dredging that you did for number one. This works the same way as number one but isn’t quite as clean as you will need a similar form everywhere you want to do this and it cannot be a normal hyperlink.

    Those three would accomplish what you need though, again, my recommendation would be number one. Being able to link to the charting page with just a regular hyperlink would probably be pretty handy.

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

Sidebar

Ask A Question

Stats

  • Questions 168k
  • Answers 168k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer If strict controls are applied to input, there is nothing… May 12, 2026 at 1:47 pm
  • Editorial Team
    Editorial Team added an answer Could be a permission problem, maybe the php user does… May 12, 2026 at 1:47 pm
  • Editorial Team
    Editorial Team added an answer In MySQL,every table has a table character set and a… May 12, 2026 at 1:47 pm

Related Questions

In order to apply a triggered animation to all ToolTip s in my app,
I ran into a problem. Wrote the following code snippet: teksti = teksti.Trim() teksti
I'm trying to decode HTML entries from here NYTimes.com and I cannot figure out
I have a French site that I want to parse, but am running into
I have text I am displaying in SIlverlight that is coming from a CMS

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.