/wheels/vendor/javaloader/tags/directory.cfm
http://cfwheels.googlecode.com/ · ColdFusion · 25 lines · 4 code · 1 blank · 20 comment · 0 complexity · 95c27403cf6f1bcd4c9c43cdaea9d4f9 MD5 · raw file
- <!--- Document Information -----------------------------------------------------
- Title: directory.cfm
- Author: Mark Mandel
- Email: mark@compoundtheory.com
- Website: http://www.compoundtheory.com
- Purpose: Tag proxy for cf7 compilation
- Usage:
- Modification Log:
- Name Date Description
- ================================================================================
- Mark Mandel 18/01/2010 Created
- ------------------------------------------------------------------------------->
- <cfif structKeyExists(attributes, "name")>
- <cfset attributes.name = "caller." & attributes.name>
- </cfif>
- <cfdirectory attributecollection="#attributes#" />