Call another component's request-map

2020-10-27 Thread Daors
Hello good people of OFBiz hope you're all doing good I just wanted to know if there is possible to call another components request map from another component f.e I'm in Account - AR and want to add a button to create a new customer there so to redirect me to the create customer screen. Is ther

Re: Call another component's request-map

2020-10-27 Thread Aditya Sharma
Hi Daors, You can use the controlPath attribute in ofbizUrl macro like this: <@ofbizUrl controlPath="/partymgr/control">viewprofile?partyId=${invoice.invoiceRolePartyId} HTH Thanks and Regards, Aditya Sharma On Tue, Oct 27, 2020 at 2:48 PM Daors wrote: > Hello good people of OFBiz hope you'r

Re: Call another component's request-map

2020-10-27 Thread Daors Islami
Hello Aditya, thank you for your response Where exactly I need to put this piece of code because right now I need a button to include into my screen and for the button to show up, I have to add the link tag like this: Sorry maybe I didn't get quite right your answer, can you guide me with this.

Re: Call another component's request-map

2020-10-27 Thread Deepak Dixit
Hi Daors, Please check the url-mode attribute of link tag. Kind Regards, Deepak Dixit DIRECTOR OF PRODUCT ENGINEERING mobile: +91 9826754548 email: deepak.di...@hotwax.co *www.hotwax.co * On Tue, Oct 27, 2020 at 3:26 PM Daors Islami wrote: > Hello Aditya, thank you

Re: Call another component's request-map

2020-10-27 Thread Aditya Sharma
My bad. I suggested for ftl. Thanks Deepak for correcting me! Thanks and Regards, Aditya Sharma On Tue, Oct 27, 2020 at 3:28 PM Deepak Dixit wrote: > Hi Daors, > > Please check the url-mode attribute of link tag. > > text="${uiLabelMap.CommonViewCalendar}" url-mode="inter-app"> > > > Kind Rega