OFBiz CMS Content rendering

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

OFBiz CMS Content rendering

Varun Bhansaly
Referring to the article
http://cwiki.apache.org/OFBIZ/ofbiz-content-management-how-to.html#OFBizContentManagementHowto-DataResource.

I have two queries, viz.
1. For content rendering in screen widget, instead of giving the CONTENT_ID directly, how can I access it using a variable, so that screen widget could be reused.

2. If I use FTL for rendering CONTENT (Electronic text in HTML) instead of the screen widget, how do I prevent HTML tags from being escaped in FTL.

Thanks.