Skip to Main Content

Application Development Software

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!

Folder view not working in 12 c

3834551Feb 27 2019 — edited Mar 4 2019

Hi All,

We are migrating from Webceneter 11.1.1.9framework application to webcenter portal application in 12c. We have a admin page for page content which uses doclib jars.

Code in 11 g:

<taskFlow id="doclibexplorer3"

              taskFlowId="/oracle/webcenter/doclib/view/jsf/taskflows/explore/explorer.xml#doclib-explorer"

              activation="conditional"

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

              active="#{WCSecurityContext.userInAppRole['SPR_Page_Content_Admin'] &amp;&amp; 'SPR_Page_Content_Admin' eq pageFlowScope.opnAdminAccrdn}">

      <parameters>

        <parameter id="treeNavCollapsed" value="${true}"/>

        <parameter id="connectionName" value="${'spr-ucm'}"/>

        <parameter id="startFolderPath"

                   value="${'/Enterprise Libraries/sp/WebContent'}"/>

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

        <parameter id="readOnly" value="${false}"/>

        <parameter id="showDocuments" value="${false}"/>

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

        <parameter id="showFolders" value="${true}"/>

      </parameters>

    </taskFlow>

while in 12c i dont find explorer TF but i have replaced  /oracle/webcenter/doclib/view/jsf/taskflows/wikiFolderViewer/wikiFolderView.xml#doclib-wiki-folder-viewer with which look and feel is exactly the same but i am seeing only folder but not the documents , also the panel have missing upload download functionality.

Comments
Post Details
Added on Feb 27 2019
5 comments
222 views