Hi gurus,

I wanna know that ActionForm's reset method is invoked twice ?
There's an action tag in my struts-config.xml.
<action path="/Test"
  type="example.Test"
  name="TestForm"
  scope="request"
>
 <forward name="success" path="/top.jsp"/>
</action>

and I got a jsp named test.jsp
<html:form action="/Test">
....
  <html:submit value="submit"/>
</html:form>

With my application, seems that both when I visite the test.jsp 
and I click the submit button, reset method is invoked.

Is it a normal operation ?

Thanks in advance.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to