Andy’s Blog: Application Express etc.


BRANCH_TO_PAGE_ACCEPT

Posted in ApEx by Andrew Tulley on April 30, 2007

There is a special REQUEST value you can use in ApEx which I remember seeing some time ago in the forum but have never found a particular use for… until today.

The REQUEST value is: BRANCH_TO_PAGE_ACCEPT. Setting this as the request value causes the page to skip rendering and move straight on to Page Processing (exactly as if the page you are calling had itself been submitted).

So, for example, clicking a link with a URL of: f?p=100:10:12345678:BRANCH_TO_PAGE_ACCEPT

Would be exactly the same as pressing a submit button with no REQUEST value on page 10.

You can, if you wish, also specify a REQUEST value by appending a | and the request value to the end of the URL. So:

f?p=100:10:12345678:BRANCH_TO_PAGE_PROCESSING|MY_REQUEST_VALUE

… is the same as clicking a button called MY_REQUEST_VALUE on page 10.

“Magic! – But what use is that?”

In my next blog entry I’ll write about using this to implement a search available on every page of an application.

3 Responses to 'BRANCH_TO_PAGE_ACCEPT'

Subscribe to comments with RSS or TrackBack to 'BRANCH_TO_PAGE_ACCEPT'.


  1. [...] Search facility on every page Back in April I blogged about using the BRANCH_TO_PAGE_ACCEPT request value. This entry talks about how you can use this request value (amongst other things) to implement a [...]

  2. Nasser said,

    I am stiil waiting too.

  3. Patrick Wolf said,

    Still waiting on your next blog entry ;-)

    Patrick


Leave a Reply