Bob, You should always address it as "form.email" - ColdFusion will search various scopes (url, form, cookie, etc.) looking for something named "email," but it's likely you'll eventually wind up with something different than you expect if both url.email and form.email exist ;)
-Joe On 7/5/05, Robert Redpath <[EMAIL PROTECTED]> wrote: > What is the proper way to refer to form objects? > > #form.email# or #email# > > Are they interchangeable? Can I call use <cfparam name="form.email" > default="">, but still refer to it as #email#? > > Many thanks, > > Bob > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:211148 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

