HTML data renderer with double quote "text"

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

HTML data renderer with double quote "text"

Eric DE MAULDE
Hi,

With a text contents double quote " :     Content "example" with double
quote
https://demo-trunk.ofbiz.apache.org/content/control/EditHtmlText?dataResourceId=long-text-test

HTML data renderer produces an error :
[ MacroFormRenderer.java:136:ERROR] ---- exception report
---------------------------------------------------------- Error
rendering screen thru ftl Exception: freemarker.core.ParseException
Message: Encountered "\" with double quote\"" at line 1, column 89 in
Thu May 13 15:43:22 BST 2010. Was expecting: "=" ... ---- stack
trace ...

Eric
Reply | Threaded
Open this post in threaded view
|

Re: HTML data renderer with double quote "text"

Jacques Le Roux
Administrator
You need to escape double quote

Jacques

From: "eric" <[hidden email]>

> Hi,
>
> With a text contents double quote " :     Content "example" with double
> quote
> https://demo-trunk.ofbiz.apache.org/content/control/EditHtmlText?dataResourceId=long-text-test
>
> HTML data renderer produces an error :
> [ MacroFormRenderer.java:136:ERROR] ---- exception report
> ---------------------------------------------------------- Error
> rendering screen thru ftl Exception: freemarker.core.ParseException
> Message: Encountered "\" with double quote\"" at line 1, column 89 in
> Thu May 13 15:43:22 BST 2010. Was expecting: "=" ... ---- stack
> trace ...
>
> Eric
>