14 Sep
2005
14 Sep
'05
9:08 a.m.
Am Mittwoch, 14. September 2005 06:48 schrieb Julian Yap:
I was along the lines of something like this: <tr tal:define="x container/getCustomerLicences"> <td tal:replace="x/full_name[0]></td> </tr>
you can't mix "path expressions" and "python expressions". try something like <td tal:replace="python: x.full_name[0]></td> Cheers, Sascha