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!

Calling APEX page in Rich Text Editor Content

Jritschel-OracleJul 25 2012 — edited Jul 25 2012
In my application I am using the Rich Text Editor to allow users to enter a block of text that is rendered within a page. In some cases, they would like to link to other pages in the application from within that block. The problem I am having is figuring out how to use a relative URL (f?p) path and maintain the session ID. If I try to enter
f?p=&APP_ID.:1:&APP_SESSION.
as the link expression from within the editor, the resulting HTML comes out
<a href="http://f?p=&amp;APP_ALIAS.:home:&amp;APP_SESSION.">
Any ideas on how to do this such that the substitution strings get processed properly would be greatly appreciated.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 22 2012
Added on Jul 25 2012
2 comments
327 views