home *** CD-ROM | disk | FTP | other *** search
- ollection="#attributes#">
- <cfif arg is not "name" and arg is not "defaultValue">
- <cfoutput> #arg#="#attributes[arg]#"</cfoutput>
- </cfif>
- </cfloop>
-
- <cfoutput>></cfoutput>
- </cfcase>
-
- <cfcase value="end">
- <cfoutput></form></cfoutput>
- </cfcase>
- </cfswitch>
-
- <cfsetting enableCFOutputOnly=0><cfsetting enableCFOutputOnly=1>
- <!---
- **
- * CFMX Example Applications
- *
- * Copyright (c) 2002 Macromedia. All Rights Reserved.
- *
- * YOUR RIGHTS WITH RESPECT TO THIS SOFTWARE IS GOVERNED BY THE
- * TERMS AND CONDITIONS SET FORTH IN THE CORRESPONDING EULA.
- *
- **
- --->
-
- <!---
- This tag handles the execution of the form. If we haven't passed the
- form data, we exit out.
- --->
-
- <cfif not listFindNoCase(getBaseTagList(),"cf_main")>
- <cfthrow message="form:onSubmit must be wrapped in form:main tags.">
- </cfif>
-
- <cfset parent = getBaseTagData("cf_main")>
-
- <cfif not isDefined("form.#parent.attributes.name#")>
- <cfsetting enableCFOutputOnly=0>
- <cfexit>
- </cfif>
-
- <cfsetting enableCFOutputOnly=0>
-
- <cfsetting enableCFOutp