Please see my comments Inline :

Muhammad Aamir wrote:
Instead of developing a separate screen to show the Patient profile, I am
using the Party Profile screen in Party component (doing necessary changes
in it), however for searching the patient, I have my own screen. How can I
set the target so that it will fire a request exist in another controller
(party component's controller).
For doing this you can include the controller.xml file of other component in your custom component. If you want to process the request present in the party component then you should include the party component controller file in your controller.xml.

For ex :
<include location="component://party/webapp/party/WEB-INF/controller.xml"/>

For more details see the controller.xml file of projectmgr component present in specialpurpose folder.
Also, please give me your opinion about this approach (reusing existing
screens).

Yes its doable and very commonly used approach in OFBiz. Few components present in specialpurpose folder like projectmgr, ecommerce, assetmaint uses the screen present in party, workeffort, accounting compnent

--
Ashish
Thank you
Muhammad Aamir

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to