Hi All,
I am trying to pass to a modal page the updated contents of the field P15_SOLUTION_ID.
I followed the instructions from Reusable Region as a Modal Page | Jeff Kemp on Oracle noting the comment that the data on the sending page was “_The call to_ _apex_page.get_url_
is used to pass some static values (that are not changed by the page at runtime) to the modal page”. I actually have to send to my modal page some values that HAVE CHANGED at runtime.
In my dynamic action I ran some javascript code to see what the client had in P15_SOLUTION_ID - yup the changed value. But the Execute Server-side Code is not the changed value but the page load value (as I expected but was hoping I was wrong).
I have researched but coming up empty. Hardcoding the value on the get.url sends the information and places it in the exact field I need it to be placed. How do I send the updated value in P15_SOLUTION_ID (a text field in a region) to my url so that my modal window can use that field's information.
Thank you,
Diane ~ New to Apex ~ Programming for a long-long time :)