CFC form handling

2004-11-17 Thread Ian Skinner
I am stumped here. I am trying to learn how to utilize the full power of CFC's in a better practice way (working my way towards best practices). I am building an administrative application. I have put the queries into a data CFC, my business logic into its own CFC, and thus leaving the

Re: CFC form handling

2004-11-17 Thread Doug James
Could you pass in the Form.cfm url along with the form, hidden fields maybe. Then if the data is valid go to a function that calls Data.cfc or if the data is invalid then it goes to a function that returns the form fields back to Form.cfm using the url parameter. Just a thought. I have been

Re: CFC form handling

2004-11-17 Thread Dan O'Keefe
I am trying to learn how to utilize the full power of CFC's in a better practice way (working my way towards best practices). I am building an administrative application. I have put the queries into a data CFC, my business logic into its own CFC, and thus leaving the display code in its own CFM

Is this a know problem WAS: CFC form handling.

2004-11-17 Thread Ian Skinner
Is this a problem or is this some expected behavior that I do not understand. TEST CASE: I have the following basic CFC to that is meant to be the action of a form. Test.cfc cfcomponent cffunction name=formFunc access=remote returntype=void cfscript

RE: CFC form handling

2004-11-17 Thread Dawson, Michael
Skinner [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 17, 2004 11:47 AM To: CF-Talk Subject: CFC form handling I am stumped here. I am trying to learn how to utilize the full power of CFC's in a better practice way (working my way towards best practices). I am building an administrative