[Zope] Newbie: TAL Conditions
Tom_Rectenwald at carmax.com
Tom_Rectenwald at carmax.com
Tue Dec 7 10:32:43 EST 2004
zope-bounces at zope.org wrote on 12/07/2004 10:15:50 AM:
> On Tue, Dec 07, 2004 at 03:50:12PM +0100, Florent Guillaume wrote:
> > You can just do:
> >
> > <td tal:content="structure python:transfer.server or
' '">server</td>
> yes. But I'd rather do it like:
> <td tal:content="structure python:transfer.server or
default"> </td>
> --
> Paul Winkler
> http://www.slinkp.com
> _______________________________________________
> Zope maillist - Zope at zope.org
> http://mail.zope.org/mailman/listinfo/zope
> ** No cross posts or HTML encoding! **
> (Related lists -
> http://mail.zope.org/mailman/listinfo/zope-announce
> http://mail.zope.org/mailman/listinfo/zope-dev )
Thanks all for the many different ways to do this. It has really opened
my eyes to the potential of TAL and Zope. I will use:
<td tal:content="structure python:transfer.server or default"> </td>
as that seems to be the clearest way of doing this; however, I am
reviewing all of the other options to learn from this as well.
Thanks again!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.zope.org/pipermail/zope/attachments/20041207/8ec200a4/attachment.htm
More information about the Zope
mailing list