Hi,
I need to save some HTML entities codes such as "&# 8230;" in one of the spaces properties, the problem is that the alfresco converts any "&" char to "&" in order to create a valid HTML entity, but in my case i dont need that conversion and it doesn't look good in the web client.
i can see that it uses the function encode in the HTMLEncoder class (in myfaces-impl-1.1.5.jar) in order to convert any "&" into "&".
how can i cause it not to do so when i want to save an HTML entity?
did anyone got to handle that problem?
Thanks in advance,
Shay.