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 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 configuration files for each namespace.
>> >
>> > 2. What is the significance of packages? Should the package name
>> > always be the same as the namespace?
>> >
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: [EMAIL PROTECTED]
>> > For additional commands, e-mail: [EMAIL PROTECTED]
>> >
>> >
>> >
>> >
>> Ok. I just found out the answer to the first question in the docs...
>>
>> Did something like this...
>> <result name="success" type="redirect-action">
>>                 <param name="actionName">menu</param>
>>                 <param name="namespace">/project</param>
>> </result>
>>
>> But I'm still not sure how package and namespace are related. Please
>> help.
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>
> ------------------------------------------------------------------------
>
> No virus found in this incoming message.
> Checked by AVG Free Edition.
> Version: 7.5.446 / Virus Database: 268.18.26/748 - Release Date:
4/5/2007 3:33 PM
>


Reply via email to