Hi,
I have two portlets(PortletA and PortletB) that must both include a common view (CommonView.view) using the Import View control.
In the CommonView.view I want that the binding for the value of a field is made relative to the parent portlet (lets say that the filed shows Task Type Tame).
I have tried using activePageBean in order to reference the value relative to the parent, but I also have to specify the portlet name in the biding:
Hi Vlad,
You have 2 portlets, Portlet A, Portlet B.
You are importing a view CommonView.View into these portlets using the import view control and you want to set the input text say, with the value from either of these portlets depending on from where the view is opened.
If this is what you want to achieve, then create a preference in the portlet which has CommonView.View. Set this preference value in the Import View control–>Control Params.
Please let me know if this is not what you want to do!