Re: Migrate Struts 1 EventDispatchAction to Struts 2

2007-07-16 Thread Laurie Harper
t; To: 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: to something like this: and struts 2 will

Re: Migrate Struts 1 EventDispatchAction to Struts 2

2007-07-14 Thread Boon Leng
be called > > you can get more infromation from the below link > > http://struts.apache.org/2.x/docs/action-configuration.html#ActionConfiguration-WildcardMethod > > Thanks, > > Nuwan > > - Original Message ----- > From: "Boon Leng" <[EMA

Re: Migrate Struts 1 EventDispatchAction to Struts 2

2007-07-13 Thread Nuwan Chandrasoma
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: to something like this: and struts 2 will call the method showF

Re: Migrate Struts 1 EventDispatchAction to Struts 2

2007-07-13 Thread Boon Leng
r you're having trouble with? > > L. > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.

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. How do

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. How do I convert it to