Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 77909 invoked from network); 14 Jun 2007 17:36:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Jun 2007 17:36:30 -0000 Received: (qmail 71599 invoked by uid 500); 14 Jun 2007 17:36:29 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 71562 invoked by uid 500); 14 Jun 2007 17:36:29 -0000 Mailing-List: contact users-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Discussion" Delivered-To: mailing list users@myfaces.apache.org Received: (qmail 71550 invoked by uid 99); 14 Jun 2007 17:36:29 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jun 2007 10:36:29 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of awiner@gmail.com designates 209.85.146.181 as permitted sender) Received: from [209.85.146.181] (HELO wa-out-1112.google.com) (209.85.146.181) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jun 2007 10:36:25 -0700 Received: by wa-out-1112.google.com with SMTP id l24so794784waf for ; Thu, 14 Jun 2007 10:36:04 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=WHBEAadIejNZLj1oYnnYNNBpDnt/62H7el+ORClKLsCC9Xr9zJChlIXUXIl0D65Qd29Gop5xdX4jJ6pdxw3EE/s8yo6nTvlfJO9bnr7XNhxxlN0SmAWL7bNR4KE2ySq1wnj1QzZDEXiBIKkMfyFQ6v1o6jLWIW95OoAUSI4uYN4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=dw1M0W4mbcp1hYCJhMDv0jFk5C9+hMZc2VvBX+XdWkN1QlTp0p6U+EgndpONebEbB3/beVXK9m/hiHJGkuT0Ss2hQe2VWkBeWQxiFZu8cYHfQQ1/LmxGiJ01VyRjy0hJz75Jr1IzigR2Tc/8SpCPL75SgT46JrDCFIZM0VZZMXs= Received: by 10.114.178.1 with SMTP id a1mr2017007waf.1181842564828; Thu, 14 Jun 2007 10:36:04 -0700 (PDT) Received: by 10.115.18.12 with HTTP; Thu, 14 Jun 2007 10:36:04 -0700 (PDT) Message-ID: <6dac79b90706141036q57d333acie85ef18b18c27955@mail.gmail.com> Date: Thu, 14 Jun 2007 10:36:04 -0700 From: "Adam Winer" To: "MyFaces Discussion" Subject: Re: [Trinidad] how to trigger PPR manually In-Reply-To: <46716105.1020504@tecnotp.it> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46716105.1020504@tecnotp.it> X-Virus-Checked: Checked by ClamAV on apache.org There's no publicly supported way to fire a PPR request now, but there will be once the XmlHttpRequest code is merged in. -- Adam On 6/14/07, Renzo Tomaselli wrote: > Hi, I'm looking for a method to trigger PPR upon setting certain > conditions on client operations. > I have a multipanel page, where one panel contains an iframe for > rendering a blob through browser plugins. > Users are allowed to swap, minimize and restore panels through js, thus > these operations are purely client-bound. > When the Adobe plugin is involved to manage iframe contents (both on IE > and FF), the iframe area is not refreshed after its panel is restored or > swapped. > Don't ask me why. > Thus I need to force a refresh, and this would be much better if > partial, e.g. concerning only that panel. > How can I trigger it from js ? > Thanks -- Renzo > >