Hi i have a doubt about the reset method when the
jsp is called.
Please find my code below.
When i type the url for the jsp page. e.g.http://localhost:8084/TestStrutsCheck/gotoIndex1.jsp
I see the reset method of the form has been called even before the form is submitted and printed out the message.
If it has been called then i think there should be an instance for the form class if so,why is my Logic:present tag fails in that case?(it did not display Hello in the page)
please explain,why
struts call reset before displaying jsp?