Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Inserting problem

Status
Not open for further replies.

jdeveloper10g

Programmer
Oct 18, 2003
2
BA
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!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top