Using Section Parameters

Section parameters can be accessed in templates using the Section bean's parameters property as follows:

${section.parameters.global_bgcolor}

With this example section parameter you can create templates that allow different background colors to be used in each section, for example:

<table 
  bgcolor="${section.parameters.global_bgcolor}" 
  width="800" 
  cellspacing="3"
  cellpadding="3"
  border="0">
...
<table>