On 11/7/05, Thomas Hamacher <[EMAIL PROTECTED]> wrote:
> Hi everyone,
>
> I'm runnig Struts 1.2.7 with tiles and I am wondering if it is possible to
> call an action-link, that is defined in the struts-config.xml without calling
> the defined action-class and the corresponding execute/perfom-method.

ForwardAction

> Right now I have the problem that I have html:links and references to a
> ".do"-link to link between pages. As globale-forwards don't work with tiles
> anymore I created actions-forwards. But if I reference to an action-forward
> with a defined action-class and an action-form, I always have the problem,
> that the validate() or execute/perform() method were called. But I only want
> to call them afer submitting my form (pressing the submit button).

Fork on request method: POST or GET. Forms are submitted with POST by default.

Michael.

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

Reply via email to