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 want to know the way of passing multidimensional in URL with php. I
i have this jquery function that i want to pass topic parameter to, i
So I have my first MVC2 site that I'm working on and naturally I'd
Here's my problem. I need to set up a process, preferably with jstl/jsp, that
it's been a very very long while since i did anything in PHP. Would
On my site right now, I'm passing in data through a query string to
I'm having a bit of a time trying to get Dojo grids (1.5) to
This is a payment form to be posted to Worldpay payment gateway. It has
I'm trying to create an ajax-driven gallery where each photo in a sequence is
I need to call a web service from my classic ASP website. I have

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.