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.

