On 9/18/11 11:54 AM, fun and learning wrote:
>> Or you can just do
>>
>> <cfset session.dd_year = form.dd_year>
Yes, in the form submission handler, but you'll need to param 
session.dd_year otherwise your output will fail until you submit the form.

<cfparam type="numeric" name="session.dd_year" default="" />

> Can we use Request scope in this type of situations?
No, the request scope only lives for a single page load, everything is 
gone when the page is sent to the browser.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:347508
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to