When developing custom task flows for a Portal application, you should ensure that ______.
Which statement is not true?
You need to allow users to create pages with two or three columns of content.
What component should you use to allow it, and why?
Which two portal/shared assets show up on a portal page when it is being viewed?
What happens to a page if a portlet throws an exception during the render-response phase of the ADF Faces Page Request life cycle?
A custom portal template contains discussions, documents, lists, members and roles, pages, task flows, and page templates. You want to create a portal using this custom portal template.
Which data will be included in the new portal?
What happens when you turn on ADF skin compression?
A page template design is being used by all the authenticated pages. The template is designed in such a manner that all the errors arising from the back end or model layer are being displayed in the template facet.
There is a requirement that some of the pages do not show error messages such as in the above scenario, rather they need to show messages in a pop-up window.
How should you design the page template to take care of both types of page requirements?
After a task flow has been deployed as a new shared library, which step is required in the portal extension project to make this task flow visible from WebCenter Portal?
You create a Content Presenter Template with the following source code:
<af:panelGroupLayout layout=”vertical” id=”pgl2” valign=”top”>
<af:goLink text=”#{node.propertyMap[‘RD_NEWS:TITLE’].asTextHtml}” id=”gil1” destination=”#{‘/faces/home/news-viewer?news_id=’}#{node.propertyMap[‘dDocName’].value}” styleClass=”newstitle”/>
<af:outputText value=”#{node.propertyMap[‘RD_NEWS:LEAD’].asTextHtml}” id=”ot2” styleClass=”bodyText”/>
<af:outputText value=”#{node.propertyMap[‘RD_NEWS:IMAGE’].asTextHtml}” escape=”false” id=”ot1”/>
</af:panelGroupLayout>
What does this code mean?
You want to develop Portal assets in JDeveloper.
Which version of JDeveloper should you use?
Where is the information related to a user-customized view of a page in a portal stored?