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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T16:09:22+00:00 2026-05-19T16:09:22+00:00

I’ve a page that receives an id number via querystring and shows the relative

  • 0

I’ve a page that receives an id number via querystring and shows the relative article.

I use <f:viewParams> with preRenderView event and the data are loaded from db in @PostConstruct method:

@Named
@RequestScoped
public class Bean {
    private Long id;

    @PostCostruct
    public void init() {
        if (this.id != null) {
            // load data from db
        }
    }

    public String modify() {
        // update data
    }
}

When I call the page the data are correctly loaded but when I click modify button

<h:commandButton value="Modify" action="#{bean.modify}" />

I obtain an error because no query string parameter is sent to the bean and, thereby, no data are loaded.

How can I propagate query string parameters?

  • 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-19T16:09:23+00:00Added an answer on May 19, 2026 at 4:09 pm

    afaik, modify method should return an action string that ends with “?includeViewParams=true”. Only then view params are propagated (it should, in theory, also work with faces-include-view-params, which hurts eyes less when paired with faces-redirect).

    ADDENDUM: if you need (as stated in the comment) to use the parameter in your init method, then they are not – from JSF perspective – a real input. You do not get the validation, conversion etc. But if you just want to grab the raw value, use:

    @ManagedParam("#{param.id}")
    private String id;
    
    // getter and setter for param goes here (obligatory!)
    

    Id will be injected before calling init. Note that this is basically a way to go around viewparams. You could use some other type than String, but any conversion error would end in an exception, so it’s really better to leave it as a string and do any conversion manually.

    But the root of your problem seems a misuse of @PostConstruct; probably you want to fill your been in the prerender phase, roughly like so:

    <f:event type="preRenderView" listener="#{beanThatNeedsId.init}"/>  
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

That's pretty much it. I'm using Nokogiri to scrape a web page what has
I'm parsing an RSS feed that has an &#8217; in it. SimpleXML turns this
Basically, what I'm trying to create is a page of div tags, each has
I am trying to understand how to use SyndicationItem to display feed which is
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I have a string like this: La Torre Eiffel paragonata all&#8217;Everest What PHP function
I've got a string that has curly quotes in it. I'd like to replace
I have a French site that I want to parse, but am running into
I want use html5's new tag to play a wav file (currently only supported
I am doing a simple coin flipping experiment for class that involves flipping a

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.