link across module

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

link across module

Chen Xi
Hi
   I met a situation which requires me to provide a link which has to link
to another module. E.g
   Currently I am in module A, so whatever link I wrote, the url will be
A/control/xxxx
   However, I want to module B, so how can I to achieve it by providing the
link in module A?

Regards
   Chen Xi
Reply | Threaded
Open this post in threaded view
|

Re: link across module

v. sunder anand
Hi Chen,
   Take a look at assetmaint example in 'specialpurpose' folder and in particular look at controller.xml you may find a way out :)
Basically that's where you include all your dependant modules.
Regards,
V.Sunder Anand
-----Original Message-----
From: "Chen Xi" <[hidden email]>

Date: Sat, 29 Dec 2007 17:50:20
To:[hidden email]
Subject: link across module


Hi
   I met a situation which requires me to provide a link which has to link
to another module. E.g
   Currently I am in module A, so whatever link I wrote, the url will be
A/control/xxxx
   However, I want to module B, so how can I to achieve it by providing the
link in module A?

Regards
   Chen Xi