Wim van den Brink wrote:
Just start the debugger and step through your code close to the feedback message, be sure that the text really is filled with some non empty string, you can even change your code to copy the data you want to display in the feedback message first to a variable so you can make sure there is no 'bad' character in the string you want to display. For instance if you concatenate a couple of strings you might think the combined string is correct but maybe there is some bad data in one of the fields. The screenshot you included shows the feedback is displayed but with some bad string data so that's where I would search. First try debug, make sure everything is filled, if that doesn't give a clue change your code so the displayed string is first put into a variable so you can see something useful will be displayed.
regards,
Wim
Hi,
I have provided the text (everything is filled) and during debug it is going inside the element (feedback message). Please find the screenshot.


Also checked taking a button on web screen ('Ok' button in above screenshot) and provided feedback message on it and execute the code. It is showing the same issue.


There is no change in CSS. Can you please explain what is the 'bad' character issue?