> <cfloop condition="isDefined("status_code") and Len(#status_code#)">
> 
> why doesnt this make sense?

How would CF ever exit from that loop? Are you setting status_code equal to
an empty string within the loop?

In any case, try this:

<cfloop condition="IsDefined('status_code') and Len(status_code)"> ...

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to