You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by HT Levine <ht...@ebates.com> on 2001/01/03 04:26:45 UTC

Submit tag fires when page first displays

I am using version 0.5 of Struts (release version)   I have a login form
taken from the example.  I notice that when logon.jsp draws itself, the
'submit' button logic fires, as if the user clicked the submit button.
Where would I look, read, etc to figure out how to make it only fire the
action I have it hooked to when the user clicks the button? 

thanks!