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!

redirect to page url not getting latest field value

Jerry DongMay 23 2016 — edited May 25 2016

Hi there,

I have a page with a text field and a button which will redirect user to another report page with the value of the text field.

and I use javascript to set the text field value in a dynamic action.

The value could be set to text field correctly, but when i click the button, the url generated sometimes not correct, it used the last value but not the current value.

Let's see I have a text field P1_SELECTED_CUST, when I clicked on another table, the value of P1_SELECTED_CUST was set to 100001, then I clicked the other row of the table, the value was set to 100002.

Then I click button, the redirect url is like this: /ords/f?p=180:15:14131652686451::NO:RP,15,CIR:IR_CUST_ID:100001.

Is there any option to enable the text field accept the current value?

Or anything I need to do to fix this?

Any help would be reaaaaly appreciated.

Thanks,

Regards,

Dong

This post has been answered by PMON on May 23 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 22 2016
Added on May 23 2016
5 comments
3,936 views