Hi i am trying to learn RDK and i use release10 version with JDeveloper 12.2.1 version. I am learning with RDKDeveBookR10 pdf file.
I made a Fusion Web Application connected to DB and created entities. Taskflow works fine in a temp page and it loads the data.
When i deploy it to jar file and use it in the AppsCloudUIKit project like "_nodeList.add(new Node(idx++, "Farm List", "report", "WEB-INF/FarmList-taskflow.xml", "FarmList-taskflow"));"
It shows me nothing but static texts.
Thank you.