I've gone through all the steps of the tutorial given in this http://www.vaannila.com/struts/struts-tutorial/struts-tutorial-using-eclipse-1.html example. Finally when i tried to run my program, I'm getting blank page with http://localhost:8080/StrutsExample1/helloWorld.do when I manually change the extension of the url to .jsp it only shows the html content, but its not showing the hello world message which we're setting dynamically.
What may be the problem?
Am I missing something.
Please help me out of this.
Thanks in advance.