• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Problem with my url linking

 
Ranch Hand
Posts: 426
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I am encountering some problem with my url linking. I am not sure if I missed something.

Basically I have a menu.jsp like this



I just include it in all my other jsp.



When I click on http://localhost:8081/myapp/home.htm, everything looks good.

But, when I click on a link that puts me in another url like this http://localhost:8081/myapp/services/fillup.htm
and then I click on the home menu, I get a 404 error.

When I look at the url, its now pointing to http://localhost:8081/myapp/services/home.htm
It now copies the current url, what can I do to solve this.
I am not sure what can I do to fix this. Any hints?

Thanks

 
Mark Reyes
Ranch Hand
Posts: 426
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I should have done this.. so that its relative to my request path



Sorry..
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic