You can use the t:panelgrid to rendre that kind of display if n is constant. otherwise, you can use the t:dataList if n vary.
2006/6/26, Chen, Wei <[EMAIL PROTECTED]>:
Hi all, asummed I have the following html-text/code as a string: ... <tr> <td>name-1</td><td>val-1</td> <td>name-2</td><td>val-2</td> ... <td>name-n</td><td>val-n</td> </tr> What a tag should I use to print it out? (surely without the html-tags) Regards

