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!

How to apply APEX_UTIL.prepare_url with URL javascript redirect

branoMay 27 2009 — edited May 28 2009
The button ("Add Location") was used to redirect from Page 4 to Page 5 using Optional URL Redirect section with Target: Page in this Application with a couple set pairs items/values. Session State Protection (SSP) is enabled. As I need to pass more then 10 pairs of items/values items on Page 5, I created redirect manually setting Target: URL and in the URL target entered JavaScript: redirect('f?p.....) but then I got error that "No check sum was provided to show..."

Trying to use apex_util.prepare_url() to prepare url (with cs numeric value) did not go well. So my questions are:

1. Can somebody show me how to apply apex_util.prepare directly in the URL Target via button or give me similar example?

2. Any other ideas how to redirect and transfer more then 10 items on the redirected page?

Thank you.

Brano
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 25 2009
Added on May 27 2009
3 comments
1,751 views