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.