| Author |
404 Error
|
Rajendra Prakash
Ranch Hand
Joined: Sep 10, 2009
Posts: 293
|
|
Am using Eclipse3.6.1, Apache Tomcat server 7.0 for creating struts helloworld example. while executing the following code,
am getting 404 error.Copied all necessary jar files in lib folder.
Exception at line 10
Multiple annotations found at this line:
- <bean:write name="helloWorldForm"
property="message"/>
helloworld.jsp
HelloWorldAction.java
HelloWorldActionForm.java
struts-config.xml
|
 |
mahesh shinde
Ranch Hand
Joined: Jul 24, 2009
Posts: 69
|
|
because you are using struts taglib bean
So you need to declare that taglib into the JSP page
|
 |
abhishek rathur
Ranch Hand
Joined: Jan 14, 2010
Posts: 64
|
|
include
in your .jsp
|
 |
 |
|
|
subject: 404 Error
|
|
|