RE: Struts 2 - Dispatch Action

2009-05-10 Thread Martin Gainty
l effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Sun, 10 May 2009 08:16:04 -0400 > From: newton.d...@yahoo.com > To: user@struts.apache.org &g

Re: Struts 2 - Dispatch Action

2009-05-10 Thread Dave Newton
Marco Bakera wrote: cm132005 schrieb am 06.05.2009 18:37: In Struts 1 dispatch action, a request parameter can be set either as a form attribute or as a request attribute from within any action >> class or through URL and the correct dispatch method in the action >> gets invoked. Is there a wa

Re: Struts 2 - Dispatch Action

2009-05-10 Thread Marco Bakera
cm132005 schrieb am 06.05.2009 18:37: In Struts 1 dispatch action, a request parameter can be set either as a form attribute or as a request attribute from within any action class or through URL and the correct dispatch method in the action gets invoked. Is there a way to do this in Struts 2?