Setting a variable into the FORM scope on page one, will not automatically put those variables, or their values, into the FORM scope on page two.
You'd need to add a hidden form field on page one, and populate it's value from the FORM variable you're creating. -----Original Message----- From: fun and learning [mailto:[email protected]] Sent: Tuesday, September 07, 2010 1:29 PM To: cf-talk Subject: Question on form variables Hi All - This might be a silly question, but I am confused with below scenario...I have some form variables set on a page, and clicking on submit button, I go to second page, where I am dumping these form variables...Some of the variable values show up as empty string, but when I see the form variables in the coldfusion debugging section, all the variable values are set. Am I missing something here? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336857 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

