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

Reply via email to