Hi All,
I found some help regarding creating a PCD Object,
This is the following code
IiViews iViewSrv = (IiViews)
PortalRuntime.getRuntimeResources().getService(IiViews.KEY);
INewObjectDescriptor IVtoCreate = (INewObjectDescriptor)
iViewSrv.instantiateDescriptor(CreateMethod.NEW,
"par:/applications/myProject/components/myComponent",request.getUser());
I am unable to find jar files to compile
what are the jar files which consist of the interfaces Iiviews and IPage, IPages.And where can I find those?
Thanks in Advance
Rgds,
Santhosh