[Zope] Re: DTML-tree Custom sort
    Alex Renier 
    goldenray3458 at yahoo.com
       
    Sun Oct  2 22:38:41 EDT 2005
    
    
  
Great thank you both!!!
I never knew you could do if-statements like that.
--- Chris Beaven <chris at d-designz.co.nz> wrote:
> Alex Renier wrote:
> > Thanks for your help AJ
> > I get this:
> > 
> > Error Type: SyntaxError
> > Error Value: invalid syntax (line 1)
> > 
> > <dtml-tree branches_expr="[o for o in
> > objectValues(['Folder'] if hasattr('orderInt'))]"
> > sort="orderInt" skip_unauthorized>
> 
> I think that Andreas meant
> 
> <dtml-tree branches_expr="[o for o in
> objectValues(['Folder']) if 
> hasattr(o,'orderInt')]" sort="orderInt"
> skip_unauthorized>
> 
> _______________________________________________
> 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 )
> 
		
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
    
    
More information about the Zope
mailing list