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 type=string required=true
cfinclude template=#arguments.thePage#
/cffunction

not sure why this is happening...

On 10/12/05, Arturo Fuentes [EMAIL PROTECTED] wrote:
 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.. 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
  
   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 = connection.getService(projects.Pets.assets.com.petlog,
   responseHandler );
  
I do not get a cfc location error.. i get a null back for my values.
  
BUT... if i move my cfc into the webroot /petlog.cfc
  
and call it as:
  
myService = connection.getService(petlog, responseHandler );
  
it  works  fine.. for obvious reasons i do not want to chuck my cfc's
into  the  root  of  my  server...  but i am not sure wtf is going on
here.. if anyone has any ideas or suggestions. i am open...
  
  
  
  
  
 
  

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:221153
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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

 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 = connection.getService(projects.Pets.assets.com.petlog,
  responseHandler );
 
   I do not get a cfc location error.. i get a null back for my values.
 
   BUT... if i move my cfc into the webroot /petlog.cfc
 
   and call it as:
 
   myService = connection.getService(petlog, responseHandler );
 
   it  works  fine.. for obvious reasons i do not want to chuck my cfc's
   into  the  root  of  my  server...  but i am not sure wtf is going on
   here.. if anyone has any ideas or suggestions. i am open...
 
 

 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220798
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 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

 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 = connection.getService(projects.Pets.assets.com.petlog,
 responseHandler );

  I do not get a cfc location error.. i get a null back for my values.

  BUT... if i move my cfc into the webroot /petlog.cfc

  and call it as:

  myService = connection.getService(petlog, responseHandler );

  it  works  fine.. for obvious reasons i do not want to chuck my cfc's
  into  the  root  of  my  server...  but i am not sure wtf is going on
  here.. if anyone has any ideas or suggestions. i am open...



 
 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220835
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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.. 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
 
  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 = connection.getService(projects.Pets.assets.com.petlog,
  responseHandler );
 
   I do not get a cfc location error.. i get a null back for my values.
 
   BUT... if i move my cfc into the webroot /petlog.cfc
 
   and call it as:
 
   myService = connection.getService(petlog, responseHandler );
 
   it  works  fine.. for obvious reasons i do not want to chuck my cfc's
   into  the  root  of  my  server...  but i am not sure wtf is going on
   here.. if anyone has any ideas or suggestions. i am open...
 
 
 
 
 

 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220870
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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.

 BUT... if i move my cfc into the webroot /petlog.cfc

 and call it as:

 myService = connection.getService(petlog, responseHandler );

 it  works  fine.. for obvious reasons i do not want to chuck my cfc's
 into  the  root  of  my  server...  but i am not sure wtf is going on
 here.. if anyone has any ideas or suggestions. i am open...

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220789
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


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 = connection.getService(projects.Pets.assets.com.petlog,
 responseHandler );
 
  I do not get a cfc location error.. i get a null back for my values.
 
  BUT... if i move my cfc into the webroot /petlog.cfc
 
  and call it as:
 
  myService = connection.getService(petlog, responseHandler );
 
  it  works  fine.. for obvious reasons i do not want to chuck my cfc's
  into  the  root  of  my  server...  but i am not sure wtf is going on
  here.. if anyone has any ideas or suggestions. i am open...
 
 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220790
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54