How to apply APEX_UTIL.prepare_url with URL javascript redirect
branoMay 27 2009 — edited May 28 2009The 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