cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

special character from properties file not rendered properly in backoffice product cockpit

Former Member
0 Likes
1,286

Hi,

I defined a label which has special character ! as below and added to editorArea but while rendering it is prefixed with backslash(\)

Eg:

hmc.section.product.status.description=publication status check!

Status publication status check\!

Please suggest to avoid this backslash while adding special characters.

Thanks Srinivas

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Likes

Hi,

We were facing the same issue with special characters in local.properties. Making below fix resolved my issue.

Property.key=23131\\\#23434242

Property which got reflected in Admin cockpit : 23131#23434242

Thanks,

vikas

0 Likes

Dear Srinivas,

I would try adding backslash in local properties file. hmc.section.product.status.description=publication status check\!

Please, let me know if it helps

Regards

Former Member
0 Likes

Hello, ,

we have same issue with a colon in a property. Adding a backslash doesn't help. It seems it's happening only since the upgrade to 6.7.0.7 and a label is being resolved using getLabel() in ActionContext.

Maybe you have some more suggestions?