Skip to Main Content

APEX

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!

Setting child page value to Parent page text field

902143Dec 12 2011 — edited Nov 28 2012
Apex 4.1,

I have an apex form. when user click a button on that page it redirects to another page and user can select a value from a list of values (Radio button group) and when user click the 'Done' button on the second page i'm again redirecting to first page and what should happen is the value selected in the second page need to be set to a text field in the first page (parent page). How can i do this, i have tried the followings,

1) in the second page (list of values) i have added a process to get the selected value and set it to 1st page's field (Page Item)
2) I have created a branch to redirect back to first page when user hit 'Done' button and within branch options i have given the 1st page's page item (to which value need to be set) and the selected value in the second page.
3) in both methods, after redirecting back to parent (1st) Page i checked the page item value of that particular text field and it had the selected value on the 2nd page. but still it wasn't updated on the UI.

Really appreciate if anyone can help on this.
This post has been answered by Tyson Jouglet on Dec 12 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 26 2012
Added on Dec 12 2011
5 comments
865 views