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!

Bug in apex 22.1

jmarcApr 14 2022

Hello,
i create a process pl/sql after header with the following code
begin
htp.p('<script type="text/javascript">');
htp.p('var test_var = ');
apex_util.json_from_sql ('select * from EBA_DEMO_LOAD_EMP');
htp.p(';');
htp.p('</script>');
end;
image.pngif i run the page , the result is the page source code:
image.pngIt worked in previous versions.
regards
jm

This post has been answered by Carsten Czarski-Oracle on Apr 14 2022
Jump to Answer
Comments
Post Details
Added on Apr 14 2022
3 comments
834 views