• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

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
 
Legend has it that if you rub the right tiny ad, a genie comes out.
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic