cancel
Showing results for 
Search instead for 
Did you mean: 

HTML tags for backoffice labels

0 Kudos

Hello experts,

After upgrade from Hybris 6.0 to 6.5 we've lost ability to display labels with HTML tags in backoffice cockpit actions. in getConfirmationMessage method we get label from context and now HTML tags are not escaped, they displayed such some text b bold text /b (I've removed <> symbols to show the current result) some other text" without making text bold.

Did someone faced with this issue before? Do you know any workarounds how to use tags for labels?

Regards, Andrey

Accepted Solutions (1)

Accepted Solutions (1)

former_member625836
Active Contributor
0 Kudos

Hi ,

There is ZK Messagebox user underneath that does not support html (please take a look here). You can use your own renderer (by default actions use com.hybris.cockpitng.actions.impl.DefaultActionRenderer) and override performWithConfirmationCheck method to display your own message box.

Cheers, Jacek

Answers (0)