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!

Branch to external URL with parameters

OraclePSPJul 10 2009 — edited Jul 10 2009
Hi all

i need to create a branch to an external web page and pass to it some page item value as parameters.
i create items, button and branch ( Branch Type: Branch to Page or URL ).
in the section _ Action_ of then branch i insert my URL like this http://www.site.com/page and im looking for the correct syntax t pass item value as parameters.
i try like this:
http://www.site.com/page?param1=:P1_ITEM1&param1=:P1_ITEM2
http://www.site.com/page?param1=#P1_ITEM1#&param1=#P1_ITEM2#
http://www.site.com/page?param1=v('P1_ITEM1')&param1=v('P1_ITEM2')
but no one of this is working correctly

thanks and regards
ALessandro
This post has been answered by Denes Kubicek on Jul 10 2009
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 7 2009
Added on Jul 10 2009
6 comments
666 views