Sunday, June 28, 2009

APEX: URL Syntax

This is more for my own edification than anything. I always forget which place the ClearCache inhabits.
f?p=App:Page:Session:Request:Debug:ClearCache:itemNames:PrinterFriendly
With numbers so I don't have to count every time:
f?p=App1:Page2:Sess3:Requ4:Debug5:Cache6:items7:printer8

f?p=1:2:3:4:5:6:7:8
Link to the documentation is here.

2 comments:

Dan McGhan said...

Chet,

I'm running a little behind on my reading...

There are actually 9 parts. Items should be split into two: item names and item values.

Regards,
Dan

oraclenerd said...

just a little. ;)

nice catch. I did know that, however if I'm going to publish this I should be precise. Thanks (jerk).

chet