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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T23:43:40+00:00 2026-05-17T23:43:40+00:00

An Id is passing in as a Url parameter. I try to make sure

  • 0

An Id is passing in as a Url parameter. I try to make sure that the id is an number. If not redirect to the main page

if(facilityId != null){
    try{
        Long.parseLong(facilityId);
    }catch(NumberFormatException e){
        try {
            FacesContext.getCurrentInstance().getExternalContext().redirect("DisplayList.jsf");                    
        } catch (IOException ex) {}
    }
    facility = documentSBean.findFacilityById(Long.parseLong(facilityId));
    ...
}

so if I pass in an id like this

www....?facilityId=3?sdfasfda

I catch that 3?sdfasfda is not a number, and get to the redirect statement, but it does not redirect right a way, it execute the next couple lines which try to convert 3?sdfasfda to a Long, hence yield NumberFormatException. So is there a way to force redirect right away, or is there some other way to solve this problem. Wish that there is an else after a catch 😀 :D. The above codes are inside my @PostConstruct init() method

  • 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-17T23:43:40+00:00Added an answer on May 17, 2026 at 11:43 pm

    Yes, simply return from the method:

    FacesContext.getCurrentInstance()
       .getExternalContext().redirect("DisplayList.jsf");
    return;
    

    When you invoke redirect(..) the only thing that happens is that a special header (Location) is set in the response object. But the flow of the invoking method continues, unless you return from it after you call redirect.

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

Sidebar

Related Questions

I need to redirect to a url passing a parameter as a query string.
I want to call a url with passing some parameter and i want to
I'm passing the following parameter as an url fragment to flex. (#groupID=2385) This works
I'm currently passing some date-time info to a web page using url parameters, which
How does one specify a NULL value when passing a parameter to an SSRS
I am trying to redirect some tags to another page, passing its href as
We've got a flash file that takes a URL parameter for redirecting on click.
I'm passing a URL as a URL parameter, like this: save_deal.php?url=http://my.angieslist.com/thebigdeal/default.aspx?itemid=%2bTZi%2bk0M5%2b8%3d&user=1965 In save_deal.php ,
What's the advantage of passing data as parameters vs part of the URL in
i have already finished code to passing data to url , and it did

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.