On 6/28/06, Diez B. Roggisch <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I've got a rather stupid question:
>
>
> How does one iterate over a sequence of objects, creating several rows per
> iteration?
>
I usually use:
<table>
<span py:for="i in iter" py:strip="True">
<tr></tr>
....
</span>
</table>
Lee
--
Lee McFadden
blog: http://www.splee.co.uk
work: http://fireflisystems.com
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~----------~----~----~----~------~----~------~--~---