Hidden Element Value Quoted by APEX
463005Oct 11 2006 — edited Oct 11 2006Hi all together,
today I upgraded my htmldb from version 2.0.0.49 to 2.2.1.
Now it seems like Apex is processing my elementvalues in a different way than before.
I have a hidden element P1_TITLE, with some calculated HTML in it.
Second I have a region, which gets its title attribute from &P1TITLE.,
but with v2.2.1 the html entities in the string are quoted:
<a class="t9SHHeader" style="text-decoration:none" href="javascript:hideShow('region5','shIMG5','/i/themes/theme_jnj_wf/rollup_plus_dgray.gif','/i/themes/theme_jnj_wf/rollup_minus_dgray.gif');"><img style="vertical-align:middle;margin-right:5px;margin-left:0px" src="/i/themes/theme_jnj_wf/proc_action.gif" />Appropriation Requests, die auf eine Aktion von mir warten (0)</a>
Does someone know how to disable quoting?