I guess you mean 12.04 or 13.07. Anyway in this case it does not matter.

You need to allow this parameter to pass, use
allow-html="any"
for the description parameter in the definition of the service used (you might 
need to override this attribute)

Note that this allows for possible XSS hijacking, depending on your UI. 
Normally not a worry in an intranet...

Jacques


Le 19/02/2015 17:58, Ingo Wolfmayr a écrit :
Hi All,

I try to add HTML text (formated) into the longDescription field of ProductCategory like: 
<p>lorem ipsum</p> When I do so it get the following error message:
"In field [longDescription] less-than (<) and greater-than (>) symbols are not 
allowed."

I have tried to trace it back to the line of code where the validation takes 
place, but could not find it. Can someone help me find the responsible line of 
code to be able to deactivate it for the longDescription of the 
ProductCategories.

I am using 13.04

Thanks,
Ingo

Reply via email to