Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion The callee (server [not server application]) is not available and disappeared

Received: by 10.52.23.146 with SMTP id m18mr9639193vdf.7.1334565223648;
        Mon, 16 Apr 2012 01:33:43 -0700 (PDT)
X-BeenThere: prototype-scriptaculous@googlegroups.com
Received: by 10.52.70.103 with SMTP id l7ls2310716vdu.1.gmail; Mon, 16 Apr
 2012 01:33:37 -0700 (PDT)
Received: by 10.52.69.48 with SMTP id b16mr649253vdu.13.1334565217498;
        Mon, 16 Apr 2012 01:33:37 -0700 (PDT)
Date: Mon, 16 Apr 2012 01:33:37 -0700 (PDT)
From: Victor <vkhomyac...@gmail.com>
To: prototype-scriptaculous@googlegroups.com
Message-ID: <3933147.570.1334565217098.JavaMail.geo-discussion-forums@ynjm4>
In-Reply-To: <29328657.1223.1334005489560.JavaMail.geo-discussion-forums@vbiz13>
References: <29328657.1223.1334005489560.JavaMail.geo-discussion-forums@vbiz13>
Subject: Re: The callee (server [not server application]) is not available
 and disappeared
MIME-Version: 1.0
Content-Type: multipart/mixed; 
	boundary="----=_Part_568_24085404.1334565217096"

------=_Part_568_24085404.1334565217096
Content-Type: multipart/alternative; 
	boundary="----=_Part_569_2719406.1334565217096"

------=_Part_569_2719406.1334565217096
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit

IMHO this happens because you make connections between objects of different 
windows (opener and popup): arrXXX in popup window points to objects from 
opener, opener element attributes point to strings/functions belonging to 
particular popup window (which is really closed). Array in opener window != 
Array in each popup window, and object references between different windows 
are OK only while both windows exist.

Try to return single result from popup and make everything in code of 
opener window.

------=_Part_569_2719406.1334565217096
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 7bit

IMHO this happens because you make connections between objects of different windows (opener and popup): arrXXX in popup window points to objects from opener, opener element attributes point to strings/functions belonging to particular popup window (which is really closed). Array in opener window != Array in each popup window, and object references between different windows are OK only while both windows exist.<div><br></div><div>Try to return single result from popup and make everything in code of opener window.</div>
------=_Part_569_2719406.1334565217096--

------=_Part_568_24085404.1334565217096--