Re: Migrate Struts 1 EventDispatchAction to Struts 2

2007-07-16 Thread Laurie Harper
@struts.apache.org Sent: Saturday, July 14, 2007 4:45 AM Subject: Re: Migrate Struts 1 EventDispatchAction to Struts 2 Hi, I would like to know is there any class in struts 2 which is equivalent to EventDispatchAction? So that I can convert the following: action path=/sample_add parameter=insert

Re: Migrate Struts 1 EventDispatchAction to Struts 2

2007-07-14 Thread Boon Leng
://struts.apache.org/2.x/docs/action-configuration.html#ActionConfiguration-WildcardMethod Thanks, Nuwan - Original Message - From: Boon Leng [EMAIL PROTECTED] To: user@struts.apache.org Sent: Saturday, July 14, 2007 4:45 AM Subject: Re: Migrate Struts 1 EventDispatchAction to Struts 2 Hi

Migrate Struts 1 EventDispatchAction to Struts 2

2007-07-13 Thread Boon Leng
May I know what is the best way to migrate Struts 1 EventDispatchAction to Struts 2? The following is my struts-config.xml where displaying form and submitting form is using the same action name but execute different methods in the action. action path=/*_add type

Re: Migrate Struts 1 EventDispatchAction to Struts 2

2007-07-13 Thread Laurie Harper
Boon Leng wrote: May I know what is the best way to migrate Struts 1 EventDispatchAction to Struts 2? The following is my struts-config.xml where displaying form and submitting form is using the same action name but execute different methods in the action. action path=/*_add type

Re: Migrate Struts 1 EventDispatchAction to Struts 2

2007-07-13 Thread Boon Leng
. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/Migrate-Struts-1-EventDispatchAction-to-Struts-2-tf4074633.html#a11591032 Sent from the Struts - User mailing list archive at Nabble.com

Re: Migrate Struts 1 EventDispatchAction to Struts 2

2007-07-13 Thread Nuwan Chandrasoma
] To: user@struts.apache.org Sent: Saturday, July 14, 2007 4:45 AM Subject: Re: Migrate Struts 1 EventDispatchAction to Struts 2 Hi, I would like to know is there any class in struts 2 which is equivalent to EventDispatchAction? So that I can convert the following: action path=/sample_add