Region footer - page item with html text not rendering properly
Hi
I am migrating an app from Apex 2.0 to Apex 3.1.2
In the old app I used store html strings in the items and will use it in the different places.
For example I will define P1_BACK as
:P1_BACK := '<a href="onClick="history.go(-1);" class="t12button">Back</a>';<br /><br />and will use the same in different places using &P1_BACK. notation.<br /><br />It used render fine in Apex 2.0 whereas in Apex 3.1.2 it is showing the html code instead of rendering the html code.<br /><br />How can I avoid this?<br /><br /><br /><br />Thanks<br /><br />Balaji