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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T19:54:31+00:00 2026-06-01T19:54:31+00:00

I wondered when I put below code in my JSF. <h:inputHidden id=patientId value=#{requestScope[‘patientId’]}/> <%=request.getParameter(patientId)

  • 0

I wondered when I put below code in my JSF.

<h:inputHidden id="patientId" value="#{requestScope['patientId']}"/>
<%=request.getParameter("patientId") %>

My flow is like One.jsf –> On clicking link called backing Bean –> From backing bean navigate to Two.jsf

I am setting patientID in request scope on One.jsf. I can access it on backing bean.

Now on two.jsf using

<%=request.getParameter("patientId") %>

I can access my value-ID but using

<h:inputHidden id="patientId" value="#{requestScope['patientId']}"/>

I can’t access my value-id. Even in html page source doesn’t show me value….??

why is this?

  • 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-01T19:54:33+00:00Added an answer on June 1, 2026 at 7:54 pm

    From the Request object you could get both request parameters (those parameters passed to the URL in GET request) and request attributes (request attributes are values stored in the request object and live there until the request completes).

    #{requestScope['patientId]}'
    

    corresponds to request.get/setAttribute(…)

    #{param['patiendId']}
    

    corresponds to request.getParameter() (parameters are read-only and cannot be set).

    In your case you can access the value in your managed bean, because it’s stored in the same request where the managed bean is invoked. When the request finishes and a new page is opened you’ll no longer have access to this value because it was associated with the previous request.

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

Sidebar

Related Questions

I wondered if there is a programming language which compiles to machine code/binary that
I wonder whether someone can help me please. I've put together the script below
I'ver wondered, why is it that in front of an NSError, such as below,
I'v always wondered what they're used for? Seems silly to put them in every
I wondered if this was possible: It looks like this: <tr> <td> Full Name:
Wondered if someone could help me write a MySQL query. I noticed in my
I wondered if someone might have some insight into this. jqGrid is quite happy
I wondered if/how I can override the default [Authorize] behavior in ASP.NET MVC. I
Just wondered if any LINQ guru might be able to shed light on how
I wondered if anyone could shed some light on the way in which layers

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.