• 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

Struts 2.0.9 - Problem in following a hyper link

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

I am new to Struts 2.0. I created a simple logon application (the complete code is shown below). First I am displaying a home page which has a link "Sign In", to take the user to the logon page. After doing the logon, the user is shown a success page, where the same link is present to bring the user back to logon page. From the success page, I was able to come to logon page, however, while I am clicking the link "Sign In" on home page, it threw "404" exception. Please find the source below:

1. [B][/B]


2.


3.


4.


5.


When I checked the HTML source of home page, It looked like:


Please check the BOLD font. Why such a code is generated? IS there anything wrong in some configurations? Kindly help me. Thanks in advance.

Regards,
Niranjan
 
You got style baby! More than this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic