Re: flash forms and a bad directory structure?

2005-10-16 Thread Jean-Baptiste Emanuel Zorg
i was /finally/ able to sus the problem... although i am not sure what the exact cause is.. having this function in my Application.cfc caused flash remoting to return a null... removing it cause all to work as planned... cffunction name=onRequest returnType=void cfargument name=thePage

Re: flash forms and a bad directory structure?

2005-10-12 Thread Arturo Fuentes
i did attempt that.. still no go. cfusionmx7\wwwroot and inetpub\wwwroot are two different directories.. but i don't use the cfmx one.. On 10/12/05, Mike Soultanian [EMAIL PROTECTED] wrote: Try setting up a mapping in CF server. is your web server root the same as your cf web root? mike

Re: flash forms and a bad directory structure?

2005-10-12 Thread Mike Soultanian
Yeah.. I dunno.. that is weird. For kicks try putting it in the coldfusion webroot with the same file structure and see if it works. That might help narrow things down. Arturo Fuentes wrote: i did attempt that.. still no go. cfusionmx7\wwwroot and inetpub\wwwroot are two different

Re: flash forms and a bad directory structure?

2005-10-12 Thread Arturo Fuentes
nope. did nothing. On 10/12/05, Mike Soultanian [EMAIL PROTECTED] wrote: Yeah.. I dunno.. that is weird. For kicks try putting it in the coldfusion webroot with the same file structure and see if it works. That might help narrow things down. Arturo Fuentes wrote: i did attempt that..

flash forms and a bad directory structure?

2005-10-11 Thread Arturo Fuentes
i'm not sure what is happening here. my directory structure is : /projects/Pets/assets/com/petlog.cfc my code references this as: myService = connection.getService(projects.Pets.assets.com.petlog, responseHandler ); I do not get a cfc location error.. i get a null back for my values.

Re: flash forms and a bad directory structure?

2005-10-11 Thread Mike Soultanian
Try setting up a mapping in CF server. is your web server root the same as your cf web root? mike Arturo Fuentes wrote: i'm not sure what is happening here. my directory structure is : /projects/Pets/assets/com/petlog.cfc my code references this as: myService =