Re: [S2] redirect-action to different namespace

2007-04-06 Thread Manu Mahajan
joey wrote: only interceptors,results will be inherited from parent package. Ok. Thanks. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [S2] redirect-action to different namespace

2007-04-06 Thread joey
only interceptors,results will be inherited from parent package. On 4/6/07, Manu Mahajan <[EMAIL PROTECTED]> wrote: Ok. So what happens when I extend a package? Do i inherit its namespaces, interceptors and actionmappings in the sub package? joey wrote: > Package 's name is the key to for ot

Re: [S2] redirect-action to different namespace

2007-04-06 Thread Manu Mahajan
Ok. So what happens when I extend a package? Do i inherit its namespaces, interceptors and actionmappings in the sub package? joey wrote: Package 's name is the key to for other packages to reference like extend. Namespace could be different to name. On 4/6/07, Manu Mahajan < [EMAIL PROTECT

Re: [S2] redirect-action to different namespace

2007-04-06 Thread joey
Package 's name is the key to for other packages to reference like extend. Namespace could be different to name. On 4/6/07, Manu Mahajan < [EMAIL PROTECTED]> wrote: Manu Mahajan wrote: > 1. How can I redirect a result from an action to an action in another > namespace? > I have separate config

Re: [S2] redirect-action to different namespace

2007-04-06 Thread Manu Mahajan
Manu Mahajan wrote: 1. How can I redirect a result from an action to an action in another namespace? I have separate configuration files for each namespace. 2. What is the significance of packages? Should the package name always be the same as the namespace?

[S2] redirect-action to different namespace

2007-04-06 Thread Manu Mahajan
1. How can I redirect a result from an action to an action in another namespace? I have separate configuration files for each namespace. 2. What is the significance of packages? Should the package name always be the same as the namespace? -