Configuring REL
If you intend to publish to REL, configure your Component Templates, Publication Targets, and the SmartTarget Tag bundle in the cd_dynamic_conf.xml file.
About this task
When set to REL, TCDL code on your published Web page, is transformed and executed by a Java class at request time. To make Content Delivery transform TCDL tags at request time:
Procedure
What to do next
To access REL objects, use the following notation to evaluate an expression in your Dreamweaver Template:
#{expression}
For example:
<tcdl:navigationSectionHeader>
#{section.customFieldValues['MyNavigationLabel']}
</tcdl:navigationSectionHeader>