Re: Subclass LookupDispatchAction

2007-06-25 Thread Niall Pemberton
On 6/25/07, Xavier Vanderstukken <[EMAIL PROTECTED]> wrote: Good morning, I need to subclass the LookupDispatchAction to write a "BaseLookupDispatchAction" to centralize the UserRole check of my application (etc.). I try the following piece of code : public abstract class BaseLookupAction exte

Subclass LookupDispatchAction

2007-06-25 Thread Xavier Vanderstukken
Good morning, I need to subclass the LookupDispatchAction to write a "BaseLookupDispatchAction" to centralize the UserRole check of my application (etc.). I try the following piece of code : public abstract class BaseLookupAction extends LookupDispatchAction { public ActionForward exec