Hello all,
I have a custom component and I would like to make a redirection request from the controller to another component (in more details, I would like to open party profile : /partymgr/control/viewprofile?partyId=id).
I use :
<response name="success" type="request-redirect" value="viewprofile"/>
in the controller.
viewprofile is the controller uri which is in the partymgr component, and I have included the partymgr controller.
However, I had to add:
<screen name="CommonPartyDecorator">
.....
well, is there a more elegant way to achieve my simple goal?
Thanks.
Kind regards,
Sergei