• 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:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

In struts , Hyperlink not woking well

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

I am using struts framework, I have made one Hyperlink in my page.
I like that after clicking on that link user should remail on that page.

My project url is http://localhost:8080/abc

When user write this in its URL then it will go to the landing page and there is my hyperlink.In hyperlink i write

<a href="#">Click Here</a>

But the problem coming is that when user click on this link , then he will not remain on that page, he will come to the login page and the url it showing :
http://localhost:8080/abc/#

So due to above url , it is coming to the login page.

Could you please tell me that why it is happening so, what should i rectify in above

Thanks
Regards
Gaurav
 
reply
    Bookmark Topic Watch Topic
  • New Topic