Hi,
I've got a rather stupid question:
How does one iterate over a sequence of objects, creating several rows per
iteration?
The usual <tr py:for="..."/> is obviously not working. Is there a
kid-namespaced tag that I can use which will get filtered in the ouput?
Something like
<table>
<kid:dummy py:for="...">
<tr/>
<tr/>
</kid:/dummy>
</table>
Regards,
Diez
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---