Re: Characters getting replaced on exception

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Re: Characters getting replaced on exception

Jacques Le Roux
Administrator
Hi Sidharth,

I suppose you use Freemarker, if so use StringUtil.wrapString() to avoid encoding. You will find plenty examples in code.

But please don't ask questions directly to me but on the user ML. There are much more people able to help there, and I have not much
time currently to do so.

Jacques

From: <[hidden email]>
To: <[hidden email]>

> Hi Jacques,
>
> we are building an e-commerce site on ofbiz.
>
> Currently we are facing an issue where if I enter any special characters like "@" , "#" and there is an exception, the form when
> it is loaded again with error replaces the characters with &#... and HTML encoded value of the character. Any help in this regard
> will be appreciated.
>
> Regards
> Sidharth
>