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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T05:56:12+00:00 2026-06-04T05:56:12+00:00

I have this button in header that I include in many page: <input type=button

  • 0

I have this button in header that I include in many page:

<input type="button" value="My Button" onclick="window.location.href='mypage.xhtml'"

It use relative path and it works if the caller page is in the same directory.
How can I use absolute path or use commandButton tag ?
I tried with:

/mypage.xhtml

Don’t work (404 error)

  • 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-04T05:56:14+00:00Added an answer on June 4, 2026 at 5:56 am

    Let EL print the context path dynamically. It’ll become relative to the domain root.

    <input type="button" value="My Button" onclick="window.location.href='#{request.contextPath}/mypage.xhtml'">
    

    Or, better, just use JSF’s own <h:button> component which generates the same HTML anyway wherein you don’t need to worry about the context path.

    <h:button value="My Button" outcome="/mypage.xhtml" />
    

    If you need to pass any request parameters, you can use <f:param> for that.

    <h:button value="My Button" outcome="/mypage.xhtml">
        <f:param name="foo" value="bar" />
    </h:button>
    

    Don’t use the <h:commandButton>. It doesn’t send a normal GET request, but a POST request which you’d need to redirect and thus you effectively end up with two HTTP requests wherein all request parameters are lost in the second one.

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

Sidebar

Related Questions

I have this button on the leftside of my UISplitViewController (RootViewController) that has a
I have this code that has one button that let's me choose an entry
okay? I have a button that is inside an updatepanel, click on this button
I have this page called up.php that adds 1 to a txt file set
I have this button which is not working correctly for hold button for a
i have this button xml, when it be will pressed, the pressed image(b) would
i have this code in the button click to show selection image when the
I have this code in the end of link button click: Response.ContentType = application/zip;
I have a button inside the content of a UIPopoverController. This button runs a
I have a GUI program with one Exit button. When clicking this button, it

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.