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=&APP_ALIAS.:home:&APP_SESSION.">
Any ideas on how to do this such that the substitution strings get processed properly would be greatly appreciated.