Re: How to Form variables from: request.servletEvent.getValue('fieldName')

2009-02-27 Thread Dave Watts

> Yes, it would post to myCF then return to Sava

Then you should be able to read variables from the Form scope.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319900
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: How to Form variables from: request.servletEvent.getValue('fieldName')

2009-02-26 Thread cfcom

Yes, it would post to myCF then return to Sava 

-Original Message-
From: James Holmes [mailto:james.hol...@gmail.com] 
Sent: 2009-02-26 21:17
To: cf-talk
Subject: Re: How to Form variables from:
request.servletEvent.getValue('fieldName')


That still isn't answering the question. Is your Sava form going to
perform a POST to your CF page or not?

mxAjax / CFAjax docs and other useful articles:
http://www.bifrost.com.au/blog/



2009/2/27 cfcom :
>
> It would start from a Sava Form,
> Pass variables to my CF actions
> Then do a confirmation page back with in Sava Framework
>
> -Original Message-
> From: Dave Watts [mailto:dwa...@figleaf.com]
> Sent: 2009-02-26 12:35
> To: cf-talk
> Subject: Re: How to Form variables from:
> request.servletEvent.getValue('fieldName')
>
>
>> I need to pass the variables from a third party application form to my
own
>> cfmail. The third party app states them as (3fname, lname, address,
state,
>> city, zip, email')
>>
>> The form variables are accessible in the request scope or in the
>> request.serlvetEvent.getValue('fieldName')
>
> I'm not sure exactly what you mean. Is this third-party form posting
> to the URL of one of your CF pages? If so, you'll just get a bunch of
> form variables - no need to use request.yaddaYaddaYadda.



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319897
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: How to Form variables from: request.servletEvent.getValue('fieldName')

2009-02-26 Thread James Holmes

That still isn't answering the question. Is your Sava form going to
perform a POST to your CF page or not?

mxAjax / CFAjax docs and other useful articles:
http://www.bifrost.com.au/blog/



2009/2/27 cfcom :
>
> It would start from a Sava Form,
> Pass variables to my CF actions
> Then do a confirmation page back with in Sava Framework
>
> -Original Message-
> From: Dave Watts [mailto:dwa...@figleaf.com]
> Sent: 2009-02-26 12:35
> To: cf-talk
> Subject: Re: How to Form variables from:
> request.servletEvent.getValue('fieldName')
>
>
>> I need to pass the variables from a third party application form to my own
>> cfmail. The third party app states them as (3fname, lname, address, state,
>> city, zip, email')
>>
>> The form variables are accessible in the request scope or in the
>> request.serlvetEvent.getValue('fieldName')
>
> I'm not sure exactly what you mean. Is this third-party form posting
> to the URL of one of your CF pages? If so, you'll just get a bunch of
> form variables - no need to use request.yaddaYaddaYadda.

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319887
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: How to Form variables from: request.servletEvent.getValue('fieldName')

2009-02-26 Thread cfcom

It would start from a Sava Form, 
Pass variables to my CF actions 
Then do a confirmation page back with in Sava Framework

-Original Message-
From: Dave Watts [mailto:dwa...@figleaf.com] 
Sent: 2009-02-26 12:35
To: cf-talk
Subject: Re: How to Form variables from:
request.servletEvent.getValue('fieldName')


> I need to pass the variables from a third party application form to my own
> cfmail. The third party app states them as (3fname, lname, address, state,
> city, zip, email')
>
> The form variables are accessible in the request scope or in the
> request.serlvetEvent.getValue('fieldName')

I'm not sure exactly what you mean. Is this third-party form posting
to the URL of one of your CF pages? If so, you'll just get a bunch of
form variables - no need to use request.yaddaYaddaYadda.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319871
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: How to Form variables from: request.servletEvent.getValue('fieldName')

2009-02-26 Thread Dave Watts

> I need to pass the variables from a third party application form to my own
> cfmail. The third party app states them as (3fname, lname, address, state,
> city, zip, email')
>
> The form variables are accessible in the request scope or in the
> request.serlvetEvent.getValue('fieldName')

I'm not sure exactly what you mean. Is this third-party form posting
to the URL of one of your CF pages? If so, you'll just get a bunch of
form variables - no need to use request.yaddaYaddaYadda.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319870
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


How to Form variables from: request.servletEvent.getValue('fieldName')

2009-02-26 Thread cfcom

I need to pass the variables from a third party application form to my own
cfmail. The third party app states them as (3fname, lname, address, state,
city, zip, email')

The form variables are accessible in the request scope or in the
request.serlvetEvent.getValue('fieldName')

Would they be accessible if you used this way?
#request.serlvetEvent.getValue('fname')#
#request.serlvetEvent.getValue('lname')#







   
SELECT * 
FROM recipients



   



  Dear #GetRecipients.recip_firstname# #GetRecipients.recip_lastname# ,


  This is my written note. 

  Yours truly,
  
  
  #sender_firstname# #sender_lastname#
  #sender_address#
  #sender_city#, #sender_state# #sender_zip#
  #sender_email#





2. I need to pass the ', is there a specific method I need to use to call up
the sava form variables in my own cfmail?

All of your form variables are accessible in the request scope or in the
request.serlvetEvent.getValue('fieldName')




~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319860
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4