public void setUserName(String userName) {
this.userName = userName;
}
public void setMessage(String message) {
this.message = message;
}
public String getUserName() {
return userName;
}
public String getMessage() {
return message;
}
}
Its simple struts 2 application I don't know why I cannot able to execute this project.I'm using tom-cat 6 and Eclipse Galelio.I'm getting the error The requested resource () is not available.
ocjp 6 — Feeding a person with food is a great thing in this world. Feeding the same person by transferring the knowledge is far more better thing. The reason is the amount of satisfaction which we get through food is of only one minute or two. But the satisfaction which we can get through the knowledge is of life long.
Abhilash Ravishankar
Greenhorn
Joined: Nov 16, 2011
Posts: 9
posted
0
Hi Mohan,
Thanks for replying.I'm going through the example in VaanNila web site.I just started learning the struts 2. They have even provided the code too in the website "http://www.vaannila.com/struts-2/struts-2-example/struts-2-annotation-example-1.html". In that example they have not provided any struts file to execute this project.I'm feeling in such a way that I have not configured Tom cat properly.I am not getting it.Please help me where I'm going wrong. If you don't mind can I send the project to your Email ID which I found in this forum...Please
Abhilash Ravishankar
Greenhorn
Joined: Nov 16, 2011
Posts: 9
posted
0
Mohana Rao wrote:Post struts.xml file too. Use code format
Hi Mohan,
Thanks for replying.I'm going through the example in VaanNila web site.I just started learning the struts 2. They have even provided the code too in the website "http://www.vaannila.com/struts-2/struts-2-example/struts-2-annotation-example-1.html". In that example they have not provided any struts file to execute this project.I'm feeling in such a way that I have not configured Tom cat properly.I am not getting it.Please help me where I'm going wrong. If you don't mind can I send the project to your Email ID which I found in this forum...Please