08-14-07 06:21 PM
Hi jessica,
Thanks for your reply. I follow the steps to configure the portal properties
, I created a new property called wps.myportal.Workplace.defaultRedirectPage
and set its value to page.extensionNode, then shut down the portal server,
use command wpsconfig.{bat|
sh} enable-page-as-extension-node ?DPageUniqueName=page.extensionNode to ena
ble the page node and it is successful, but I still get the "EJPTP6037E: The
DynamicUIManagementFactoryService could not instantiate the DynamicUICtrl."
exception.
I also tried wps.myportal.defaultRedirectPage=page.extensionNode(wps.portal.
page.extensionNode);
ibm.portal.MyTasks.defaultRedirectPage=page.extensionNode
but neither of them can help. What I thought is that the DynamicUIManagerFac
toryService is defined in WAS, but the defaultRedirectPage doesn't set prope
rly.
I also checked the Help info center for dynamic user interfaces:
The page indicated by the setDefaultRedirectPage() method of the DynamicUIMa
nagementFactoryService interface.
If setDefaultRedirectPage() is not used, the user is redirected to the page
indicated by the defaultRedirectPage property in the DynamicUIManagerFactory
ServiceImpl. This property is prefixed by the unique name of the extension n
ode for the dynamic UI conf
iguration. For example, two dynamic UI configurations could set this propert
y as follows.
my.dynui.config.test1.defaultRedirectPage=page1.unique.name
my.dynui.config.test2.defaultRedirectPage=page2.unique.name
Do you have any idea or sample to help me solve this issue? e.g., how to cal
l the setDefaultRedirectPage() method to set the page, or how to set the pro
per property name and value, for example, what does my, dynui, config, test1
stand for?
I do appreciate for any help and assistance.
cheers,
hj
[ Post a follow-up to this message ]
|