cancel
Showing results for 
Search instead for 
Did you mean: 

Setting forceEnabled parameter for HTMLB does not show the UI properly for a BSP application

11-01-2016 8:43 PM
sandhya_hariharan Product and Topic Expert
735 views 1 comments
0 Likes
SAP Managed Tags
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

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member611464
Discoverer
0 Likes

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