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!

AppsCloudUIKitDCs not showing

Okan SutcuogluFeb 27 2018 — edited Feb 27 2018

Hello i am developing a fusion application on JDeveloper 12.1.3. I use Rapid Development Kit. But some differences between Demo project's pages and my pages confuses me.

When i create a new task flow and jsff page in DemoMaster it starts with:

<ui:composition xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:af="http://xmlns.oracle.com/adf/faces/rich"

            xmlns:f="[http://java.sun.com/jsf/core](http://java.sun.com/jsf/core)" xmlns:dvt="[http://xmlns.oracle.com/dss/adf/faces](http://xmlns.oracle.com/dss/adf/faces)">

But example pages starts like this:

<jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"

      xmlns:af="[http://xmlns.oracle.com/adf/faces/rich](http://xmlns.oracle.com/adf/faces/rich)"

      xmlns:f="[http://java.sun.com/jsf/core](http://java.sun.com/jsf/core)" xmlns:acdc="/appsCloudUIKitDCs"

      xmlns:h="[http://java.sun.com/jsf/html](http://java.sun.com/jsf/html)"

      xmlns:c="[http://java.sun.com/jsp/jstl/core](http://java.sun.com/jsp/jstl/core)">

If i write <jsp:root tag in my page it gives me "element jsp:root not defined in parent #document" error.

In the component palette i cant see AppsCloudUIKitDCs in my pages but when i am on a default page it appears.

1.png2.png

This post has been answered by Ayhan Gungor on Feb 27 2018
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 27 2018
Added on Feb 27 2018
1 comment
249 views