Embeding HTML in OA Framework. [message #485462] |
Wed, 08 December 2010 05:31 |
|
atifdar
Messages: 3 Registered: December 2010 Location: islamabad
|
Junior Member |
|
|
hi,
Here is the scenario i have created a procedure that returns a String which contains HTML
select APPS.XXTLN_TEST_TABLE_RETURN from dual;
the resulting column will contain text like this
"<table><tr><td>TEST</td></tr></table>"
in JDeveloper i created a Vo based on this query (select AlPPS.XXTLN_TEST_TABLE_RETURN from dual)
Created a region based on this view but on running the page the HTML data in the column gets escaped and i get sumting like this <table> ...
is their a way to embed HTML from a database column ?
|
|
|