13 Aug
2002
13 Aug
'02
2:02 p.m.
hello I would like to know if there is a way to truncate a string while displaying it in a table using TAL, as the following code allows it in classic DTML code : <dtml-var mystring size=10 etc=", etc.">. actually the TAL code is : <td tal:content=mystring>dummy string</td> thank you for your answer