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]