09-21-05 07:50 AM
I'm having some trouble getting a dynamic UI scenario working.
Here's my scenario:
1. Launch a dynamic page containing a portlet from the My Tasks Portlet.
2. From this portlet, based on user feedback, add an additional portlet to t
he same dynamic page.
My question is:
What "configurationName" can I pass to the DynamicUIManagementFactoryService
from the launched portlet to get a dynamic control that would affect the cu
rrent instance of the dynamic page? Here's the API I'm having trouble with:
public DynamicUICtrl getDynamicUICtrl(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
java.lang.String configurationName)
Does anyone have any examples how to do this from within the Dynamic page an
d launched portlet itself?
[ Post a follow-up to this message ]
|