I have developed an application in Struts in which jsp, java beans, servlets and mysql are the components I used. The problem is every time I execute a page the page gets executed twice. For example, If I am clicking on a link on the Index page to execute the related page(Login.jsp), it get executed twice...which has created a lots of trouble for me, especially the Session section. I got to know about this by printing a single line (System.out.println("Login.jsp")), but this line prints out twice in the console, and the same thing happened with every page including the index page.
Is there anything to do with the web.xml or struts-config.xml? Wheres the problem, can any one solve out this?
Please help me. Thanks
ZORAM<br />"If it's true that we are here to help others,<br />then what exactly are the others here for?"