Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 66434 invoked from network); 29 Mar 2007 09:07:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Mar 2007 09:07:28 -0000 Received: (qmail 68719 invoked by uid 500); 29 Mar 2007 09:07:30 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 68690 invoked by uid 500); 29 Mar 2007 09:07:30 -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 68679 invoked by uid 99); 29 Mar 2007 09:07:30 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Mar 2007 02:07:30 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of david.steinkopff@googlemail.com designates 66.249.92.171 as permitted sender) Received: from [66.249.92.171] (HELO ug-out-1314.google.com) (66.249.92.171) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Mar 2007 02:07:22 -0700 Received: by ug-out-1314.google.com with SMTP id j3so463630ugf for ; Thu, 29 Mar 2007 02:07:01 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=googlemail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=Sxj/9a+goRHmIZcQmEMuXoHLjxlRQTcyV3WeljwkSdBDRFto6CBxR/T4GGbz8SdjWF3Nj+5ddtRUPS5FIg1sJuyAYYS/zuPFPrL98NnqcYqNV3ishhU8ZyrIfWyjawBxfg7SqZslh+wCCjToD4sEexTkDA0L57a+j8xT0F9DZ7E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=e0z2JccGQ4paamP2iDH6gT/ySzj7g6KLagCrZ58yah765/t4KPb1aow6MC/qYxWqs0/23W1cBaBPBLiemiOZLN5Qp7lI5en3WPe2wm+ujPbPcGp9zk7ql8vpWqdKsaGt9ZPUYlcXI+cS7sQ03+pY9qG3iTrizq2dVAc5yIoM5ek= Received: by 10.78.158.11 with SMTP id g11mr180431hue.1175159220902; Thu, 29 Mar 2007 02:07:00 -0700 (PDT) Received: by 10.78.81.3 with HTTP; Thu, 29 Mar 2007 02:07:00 -0700 (PDT) Message-ID: Date: Thu, 29 Mar 2007 11:07:00 +0200 From: "David Steinkopff" To: "MyFaces Discussion" Subject: Re: [Tobago] how I can speed up popup? In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_28294_1963864.1175159220783" References: <9a64d7d10703270952g586979bpecf32478fdc25a85@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_28294_1963864.1175159220783 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Maybe it doesnt work so fine. popup open and close is fine, but if I press my send-button the value from the selectone component doesnt store in the bean. this effect I have only when I combine with the button with only popupClose works, but I have a complete loading page :-( david 2007/3/28, David Steinkopff : > > Thanks for the reference where I find the answer in the demo. Now its work > fine in my application. > > david > > 2007/3/27, Volker Weber : > > > > Hi David, > > > > the tobago demo [1] has a popup example with renderedPartially (config > > for table demo). > > the popupReference ins needed to open a popup from a command which is > > not parent of the popup(used in the toolbar example). > > > > Regards, > > Volker > > > > [1] lifedemo: http://tobago.atanion.net/tobago-example-demo/ > > sources: > > http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/demo/ > > > > > > 2007/3/27, David Steinkopff < david.steinkopff@googlemail.com>: > > > hello, > > > > > > I have a complex gui build up with tobago. I used renderedPartially > > > attribute to speed up the main window. now I build some popup as > > separate > > > window and every time I open a popup the complete page go reloading. > > > > > > my question: > > > how I can use renderedPartially with popup and popup reference > > components? > > > > > > david > > > > > > > ------=_Part_28294_1963864.1175159220783 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Maybe it doesnt work so fine.
popup open and close is fine, but if I press my send-button the value from the selectone component doesnt store in the bean. this effect I have only when I combine <tc:attribute name="renderedPartially" value=":pageid:tabgroup"/> with
<tc:button label="Ok">
<tc:attribute name="popupClose" value="afterSubmit"/>
</tc:button>
the button with only popupClose works, but I have a complete loading page :-(

david

2007/3/28, David Steinkopff <david.steinkopff@googlemail.com>:
Thanks for the reference where I find the answer in the demo. Now its work fine in my application.

david

2007/3/27, Volker Weber < v.weber@inexso.de >:
Hi David,

the tobago demo [1] has a popup example with renderedPartially (config
for table demo).
the popupReference ins needed to open a popup from a command which is
not parent of the popup(used in the toolbar example).

Regards,
  Volker

[1] lifedemo: http://tobago.atanion.net/tobago-example-demo/
    sources: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/demo/


2007/3/27, David Steinkopff < david.steinkopff@googlemail.com>:
> hello,
>
> I have a complex gui build up with tobago. I used renderedPartially
> attribute to speed up the main window. now I build some popup as separate
> window and every time I open a popup the complete page go reloading.
>
> my question:
> how I can use renderedPartially with popup and popup reference components?
>
> david
>


------=_Part_28294_1963864.1175159220783--