hehe sorry dude.. assumed u were a seasoned coldfusion developer, haha ;)

The Form variable scope can be access like a user defined structure.
 
eg <cfdump var="#form#">, <cfdump var="#session#"> 
will dump out all form and session variables respectively...

so in your methods declare an argument like..

<cfargument name="form" type="struct" required="true">

and then you can process as per usual. eg form.surname, etc.

Regards, hope it helps..

TiM


-----Original Message-----
From: Daniel Short [mailto:[EMAIL PROTECTED]
Sent: Thursday, 18 November 2004 10:55 a.m.
To: [EMAIL PROTECTED]
Subject: RE: [CFCDev] Process for Updating Database Records


> whats wrong with passing in the entire form struct?
> 
> TiM

Part of the problem is I don't necessarily understand what you just said :).

Dan 


----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev' 
in the message of the email.

CFCDev is run by CFCZone (www.cfczone.org) and supported
by Mindtool, Corporation (www.mindtool.com).

An archive of the CFCDev list is available at 
[EMAIL PROTECTED]
##
##
----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev'
in the message of the email.

CFCDev is run by CFCZone (www.cfczone.org) and supported
by Mindtool, Corporation (www.mindtool.com).

An archive of the CFCDev list is available at 
[EMAIL PROTECTED]

Reply via email to