execute() is the *default* method for an Action class.  It's not the *only*
method.

execute() will get called if you don't have a different method specified.
You can basically call any method you want; leaving out the "method="
parameter is the same as specifying "method=execute".  But you can specify
any method.




On Fri, Oct 16, 2009 at 2:38 PM, Lukasz Lenart <lukasz.len...@googlemail.com
> wrote:

> Typo?
>
>
> Regards
> --
> Lukasz
> http://www.lenart.org.pl/
> http://dailylog.lenart.org.pl/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>
>

Reply via email to