> The code you sent through assumes that you will never want to display > the pre and post html of a container if the container is empty. I > personally don't think this is a good assumption to make. I think we'd > be better off with an attribute to the container custom tag, something > like bShowIfEmpty which I think should default to true. If set to true > the pre and post html show no matter what, if false the pre and post > html only shows if the container has any content. > > What do people think about this?
Yep. Sounds about right to me. On a related note. In looking at container.cfc I noticed that populate() outputs directly to the presentation layer. IMO we would be better off if populate() returs an array of content with one index for each rule that was executed. This would open up all sorts of options in the area of content manipulation. Thoughts? ~tom --- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
