I am using struts2+spring+jpa+ajax+sitemesh

WHile onload only execute method should be called,
but update is also called.Why

this is my struts.xml
<action name="login"  class="login">
       <result name="input">login.jsp</result>
       <result name="error">login.jsp</result>
       <result>/pages/dashboard_main.jsp</result>
</action>
 <action name="login_*" class="login" method="update">
            <result name="success">/pages/dashboard.jsp</result>
        </action>



-- 
View this message in context: 
http://www.nabble.com/Why-does-update-action-fire-on-load-tf4600249.html#a13134063
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to