relative binding in imported view

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:

#{activePageBean.portletA.taskTypeName}
#{activePageBean.portletB.taskTypeName}

How could I make a generic binding no matter of the portlet that includes my common view?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.