the problem isnt in your server machine.
When you call from remoteObject to collect data from your cfc you´re
trying to fill out the form detail without the response back complete from
the collection you invoked.
Suggestion is. try to fill the detail page with a way to when the result of
method complete, you fill out the master detail page.
ex:::
<remoteobject>
<method name"bla" result="myresult(event)"/>
</remoteobject>
<script>
public function myresult(event:resultevent):void
{
// code to fill the master detail here
}
Regards
On Dec 11, 2007 8:23 PM, bobklhr <[EMAIL PROTECTED]> wrote:
> My app has a master detail layout populated by remote calls to cfcs.
> The cfc returns a query for the master list and an object for the
> detail. This works fine on our development server. When I run this
> on our production server the query is returned ok but I get an error
> 1009 when it tries to return the object with the details:
>
> TypeError: Error #1009: Cannot access a property or method of a null
> object reference.
> at orders::OrdersList/::showOrder()
> at orders::OrdersList/___Operation2_result()
> ...
>
> Both servers appear to be identical (Windows 2003, CF version 7.02
> latest hotfixes)
>
> I've checked the cfc and they work as expected on both machines.
>
> Any idea why the application would work on one server but not on the
> other?
>
>
>
--
----------------------------
Igor Costa
www.igorcosta.com
www.igorcosta.org