jdeveloper10g
Programmer
I made page that presents data from view made from two entities. From that page you can go to insert data page to insert data from one of two entites in first page. And that works fine with commit buton on first page. From fist page I also have link To data action with whereclause and from that link to one mora dataAction and finally link to page that presents data of view made of three entities. From that three-Entity page i have link to insert data one of that three entities. I drop create method to Insert page dataction and made Submit button to reference dataAction before three-entity page. But when I insert data i cant see Submited data in three Entity-page table(View) but can make commit which works fine. What is the problem which makes this situation?
I tried Inserting on this tree-entity page without whereclause and in that case everything works fine!
I tried Inserting on this tree-entity page without whereclause and in that case everything works fine!