HTML markup in database

2011-08-02 Thread Gavin Mabie
Hi I have added a visual-editor-enable=true element to the story field in the EditCustRequestItem form. The HTML markup is now saved in the database - but when I want to render the content ${custRequestItem.story} with an ftl-file the markup shows eg strongSomething/strong. How do I get rid

Re: HTML markup in database

2011-08-02 Thread Scott Gray
${StringUtil.wrapString(custRequestItem.story)} Regards Scott On 3/08/2011, at 3:43 AM, Gavin Mabie wrote: Hi I have added a visual-editor-enable=true element to the story field in the EditCustRequestItem form. The HTML markup is now saved in the database - but when I want to render

RE: HTML markup in database

2011-08-02 Thread Gavin Mabie
Thanks Scott! -Original Message- From: Scott Gray [mailto:scott.g...@hotwaxmedia.com] Sent: 03 August 2011 04:20 AM To: user@ofbiz.apache.org Subject: Re: HTML markup in database ${StringUtil.wrapString(custRequestItem.story)} Regards Scott On 3/08/2011, at 3:43 AM, Gavin Mabie wrote