Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Webcenter Portal with Content Presenter

user13159000Jun 5 2014 — edited Jun 5 2014

Hello,

I am new to Webcenter Portal, I have UCM server and which contains photos, news, etc.. I want to display some content onto my webcenter portal page using 'ContentPresenter' taskflow.

I dragged 'ContentPresenter' component from component pallet, and it prompted with below parameters, I am not understanding how can I map these parameters with the content what I have in my UCM server.

<taskFlow id="doclibcontentpresenter1"

              taskFlowId="/oracle/webcenter/doclib/view/jsf/taskflows/presenter/contentPresenter.xml#doclib-content-presenter"

              activation="deferred"

              xmlns="http://xmlns.oracle.com/adf/controller/binding">

      <parameters>

        <parameter id="taskFlowInstId" value="${}"/>

        <parameter id="datasourceType" value="${''}"/>

        <parameter id="datasource"

                   value="${''}/>

        <parameter id="templateCategory" value="${''}"/>

        <parameter id="templateView" value="${''}"/>

        <parameter id="regionTemplate" value="${}"/>

      </parameters>

    </taskFlow>

thank you in advance.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 3 2014
Added on Jun 5 2014
2 comments
340 views