cancel
Showing results for 
Search instead for 
Did you mean: 

HTML Tags Encode in Product Catalog!!!

Former Member
0 Kudos

Hi Experts,

In Prdouct Catalog for description HTML Tags are displaying, my client needs to encode those HTML Tags.Anybody can suggest me how can achive this.

Regards

sreedhar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi sreedhar,

the same issue we have faced and resolved...below are details.

Just replace the code with this

<isa:translate key="catalog.isa.productDescription"/>

On the next line, replace

JspUtil.encodeHtml(ui.getItemDescription())

with

ui.getItemDescription()

<isa:translate key="catalog.isa.productLongDescr"/>

On the next line, replace

JspUtil.encodeHtml(ui.getItemlngDesc ())

with

ui.getItemlngDesc ()

Regards,

Anil.

Answers (1)

Answers (1)

Former Member
0 Kudos

HI,

[Enabling HTML tags in Area and Item Texts in Product Catalog|https://service.sap.com/sap/support/notes/1144654]

Regards,

[Sateesh Chandra|http://sateeshchandrach.googlepages.com/]

Former Member
0 Kudos

Sateesh,

It seems, it is not enough to give the receipe, but one should also cook and serve to get the points. )

The note you gave has the information to fix this type of issue in every known place in the application. But unfortunately, that was not sufficient to get the 10 points you deserved.

Have a good weekend.

Easwar Ram

Former Member
0 Kudos

Hi Easwar,

I only try to help the other developers and never run for points..

Anyways thanks for the info, will try to serve the needs.

Suggestions only at personal mail ID's not at public forums. Find my personal ID on my Profile.

Thanks and Regards,

[Sateesh Chandra|https://forums.sdn.sap.com/profile.jspa?userID=3483161]