cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi Colleagues,

I have a BSP application and I have set the page attribute forceEncode="html". Now the result seems to be working fine.

But the moment I add the forceEncode='ENABLED' to my htmlb tag, the output becomes like this:

It adds the html tags to the display.

How can I rectify it ? I would want to add the forceEncode for HTMLB content as it is a customer facing application.

My code looks like this:

<%@page language="ABAP" otrTrim="true" forceEncode="html"%>

<%@extension name="htmlb" prefix="htmlb" %>

<%@extension name="phtmlb" prefix="phtmlb" %>

<htmlb:content design="design2003" forceEncode="ENABLED">

Regards,

Sandhya


0 Likes
View Entire Topic
former_member611464
Discoverer
0 Likes

Hi, Did you find the solution ? can you please share ?, thanks!.