On 11/06/2010 23:40, Raymond Camden wrote:
> You've made your button use CF's navigate function, which is NOT going
> to pass the form fields along

actually, it IS going to pass them if you specify form's name or id as
the last parameter of ColdFusion.navigate() function - which Joy did.

@Joy - you have set http method parameter of ColdFusion.navigate()
function to 'GET' - thus your form values will be in URL scope, not in
FORM scope. so to get RCP_ID use #url.rcp_id#

Azadi


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:334500
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to