[Zope] Empty List Object

wombat_harness@hotmail.com wombat_harness@hotmail.com
Mon, 09 Aug 1999 07:42:30 -0700


hi all,

does anyone know how to check if a list object is empty. Using the
following code i am getting an error, any thoughts:

[FORM SIDE OF CODE]

<TD><INPUT TYPE="checkbox" NAME="delete:list" VALUE="<!--#var
product_id-->"></TD>

[FORM PROCESSING SIDE]

  <!--#in delete-->
    <!--#var sequence-item-->
  <!--#else-->
    Sorry, no deletions
  <!--#/in-->

So, what am i doing wrong?

Cheers for any help

Wom.