Hi,

what I am dong wrong in this template snippet?

[% FOREACH row = data_rows %]
    <tr>
    [% FOREACH col = head_cols %]
    <td align="left" bgcolor="#ffffff">
        &nbsp;<font face=arial size=2>"[% row.${col.name} %]</font>
    </td>
    [% END %]
    </tr>
[% END %]

The "row" variable in the inner loop doesn't change. So I have the correct number of 
lines, but it is always 
the same line. 
--
Rolf Herzog
Programmer
Falk eSolutions AG



Reply via email to