| Author |
Struts2 Annotations example giving HTTP 404 error
|
Kevin P Smith
Ranch Hand
Joined: Feb 18, 2005
Posts: 362
|
|
Hi guys,
Using Struts2 with annotations, I have set up a very simplistic webapp which starts up and I can manually go directly to a JSP (so I know it's working in a basic form)
But when I create a simple Struts2 Action using annotations like the one below
And go to the URLs:
I get the following error:
But if I just go to a URL like
It works (finds the page).
Could anyone explain this?
Ref: http://www.mkyong.com/struts2/struts-2-hello-world-annotation-example/
|
 |
 |
|
|
subject: Struts2 Annotations example giving HTTP 404 error
|
|
|