Re: How to resuse an Action class in different namespace contexts?

2012-07-23 Thread Łukasz Lenart
One base abstract class and two concrete classes which contain the prepare() methods as specified. Regards -- Łukasz mobile +48 606 323 122 http://www.lenart.org.pl/ Warszawa JUG conference - Confitura http://confitura.pl/ 2012/7/23 Mounir Benzid : > > > I use two different namespaces to secure

How to resuse an Action class in different namespace contexts?

2012-07-23 Thread Mounir Benzid
I use two different namespaces to secure my web application ( with spring security) One is /pubilc the other is called.. well.. /private. Everything underneath /private is available only to logged-in users. Currently there is an action class living in the /public namespace named Show