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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T08:16:11+00:00 2026-05-23T08:16:11+00:00

I have a navigation-rule like this in my JSF 2 application: <navigation-rule> <from-view-id>*</from-view-id> <navigation-case>

  • 0

I have a navigation-rule like this in my JSF 2 application:

<navigation-rule>
    <from-view-id>*</from-view-id>
    <navigation-case>
        <from-action>#{myBean.goToMyHome1}</from-action>
        <from-outcome>myHome1.xhtml</from-outcome>
        <to-view-id>/myhome1/myHome1.xhtml</to-view-id>
        <redirect/>
    </navigation-case>
</navigation-rule>

When I put an h:commandLink in myHome2.xhtml within directory myhome2 that satisfy this rule, the page myHome1.xhtml will display but there are no images on the page. Where they go?
Behind the application is Springsecurity 3 with this config:

<sec:intercept-url pattern="/myhome1/**" access="hasAnyRole('ROLE1','ROLE2')" />

<sec:intercept-url pattern="/myhome2/**" access="hasRole('ROLE2')" />
  • 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-23T08:16:11+00:00Added an answer on May 23, 2026 at 8:16 am

    This look like as if your picture URLs are relative to the current URL path. E.g.

    <img src="images/picture.png" />
    

    When you open the page by

    http://example.com/contextname/myHome1.xhtml

    then the image URL will effectively point to

    http://example.com/contextname/images/picture.png

    But when you open the page by

    http://example.com/contextname/myhome/myHome1.xhtml

    then the image URL will effectively point to

    http://example.com/contextname/myhome/images/picture.png

    You need to fix it accordingly. There are several ways. Use a domain-relative path

    <img src="/contextname/images/picture.png" />
    

    Or prepend the context name dynamically

    <img src="#{request.contextPath}/images/picture.png" />
    

    Or just use <h:graphicImage> which will do that automatically

    <h:graphicImage value="/images/picture.png" />
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have simple JSF application. Everything works fine, but not navigation. It behaves like
I have a problem with redirecting a page in my JSF application. My navigation
I have a good amount of code which looks like this: rule requestIntHoleTemplate {
I don't have have navigation bar , when I go from view 1 to
Title says all. I'll have navigation that looks like this and it's dynamically created
I have navigation and many link on my webproject from html action links. They
I have a navigation view with a cell that has something as simple as
I have a navigation controller which also has a table view. I want to
In my IB I have a navigation controller which has in it a view
I have a Seam application originally generated by seam-gen with a view Search.xhtml. Search.xhtml

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.