Re: convetion maps parent actions too!

2013-08-26 Thread Lukasz Lenart
2013/8/19 Alireza Fattahi afatt...@yahoo.com: Hi, I am usging convetion. All my actions extended a base action like public class AccountAction extends MyBaseActionSupport{ } The convention maps the MyBaseActionSupport too. Is there any way we can avoid it. Is it an abstract class?

convetion maps parent actions too!

2013-08-19 Thread Alireza Fattahi
Hi,   I am usging convetion. All my actions extended a base action like   public class AccountAction extends MyBaseActionSupport{   }   The convention maps the MyBaseActionSupport too. Is there any way we can avoid it. ~Regards, ~~Alireza Fattahi