Return-Path: Delivered-To: apmail-click-dev-archive@www.apache.org Received: (qmail 13934 invoked from network); 3 Feb 2011 12:15:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 3 Feb 2011 12:15:23 -0000 Received: (qmail 11059 invoked by uid 500); 3 Feb 2011 12:15:23 -0000 Delivered-To: apmail-click-dev-archive@click.apache.org Received: (qmail 10999 invoked by uid 500); 3 Feb 2011 12:15:21 -0000 Mailing-List: contact dev-help@click.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@click.apache.org Delivered-To: mailing list dev@click.apache.org Received: (qmail 10991 invoked by uid 99); 3 Feb 2011 12:15:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Feb 2011 12:15:20 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gilbertoca@gmail.com designates 209.85.216.170 as permitted sender) Received: from [209.85.216.170] (HELO mail-qy0-f170.google.com) (209.85.216.170) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Feb 2011 12:15:14 +0000 Received: by qyk10 with SMTP id 10so6331735qyk.8 for ; Thu, 03 Feb 2011 04:14:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=b60tWmYRG9lsJDiepGctW4EK5ixa5AUbToCu1FuCOl8=; b=wKe3oJvNzV1rjEqXmC1hRTQ4txw4BqADWSyRxEnqQ+AZdQPz8PyDV/jHnI7kb8pH0B W4FetaKQe8fQERccZ75TQSVKBWs2cLd93EeJzdQZmffcnq1O1sN3qiGgEgwhKKf8F6aN 4WzsTGFKXYiVXnJniD4YCunbENByy8AF2+GOA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=aksG7aRAc15Y7QD2AyfVa+28TkO92DI27GKpjysPh+8Hf/cj2Xvvfsq3cdkz5WZ7Vf Q2E7i+5xnMRXmghm30KoZF+JzdfuDcWE2bQtXHYcCfa+kWjK+LkHgWGo+RkBDJNcBKFV 84DMI8ocKqVa0GAGmgyr6Z1NusH2Kq0zG6Ogw= MIME-Version: 1.0 Received: by 10.229.81.12 with SMTP id v12mr9072893qck.132.1296735293627; Thu, 03 Feb 2011 04:14:53 -0800 (PST) Received: by 10.229.218.211 with HTTP; Thu, 3 Feb 2011 04:14:53 -0800 (PST) In-Reply-To: References: Date: Thu, 3 Feb 2011 09:14:53 -0300 Message-ID: Subject: Re: including multiple pages in a page From: Gilberto To: dev@click.apache.org Content-Type: multipart/alternative; boundary=00163646bf508b5f18049b5fb61c --00163646bf508b5f18049b5fb61c Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Here, we need to differentiate Page Controller and HTM page. If you're talking about html you can use the #include velocity directive an= d #parse for volcity[1]. In the other case - page controller - as you tell, you will need the Panel class[2]. Like the TabbedPanel example[3]. Hth, Gilberto [1] http://code.google.com/p/construtor/source/browse/trunk/cip/park/src/main/w= ebapp/assets/common/border-template.htm [2] http://click.apache.org/docs/click-api/org/apache/click/control/Panel.html [3] http://click.avoka.com/click-examples/panel/tabbed-panel-with-controls.htm 2011/2/1 St=C3=A9phane NICOLAS > Hello all, > > I got for click pages that I would like to include in a single page, in t= he > way one would use panels. I saw it was possible, but I don't remember whe= re > is the doc about the process to achieve it. > Can anyone help ? > > Thanks in advance, > St=C3=A9phane > > --00163646bf508b5f18049b5fb61c Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Here, we need to differentiate Page Controller and HTM page.
If you'= re talking about html you can use the #include velocity directive and #pars= e for volcity[1].
In the other case - page controller - as you tell, you= will need the Panel class[2]. Like the TabbedPanel example[3].

Hth,

Gilberto

[1]http://code.google.com/p/construtor/source/browse/trunk/cip/par= k/src/main/webapp/assets/common/border-template.htm
[2]http://click.apache.org/docs/click-api/org/apache/click/cont= rol/Panel.html
[3]http://click.avoka.com/click-examples/= panel/tabbed-panel-with-controls.htm

2011/2/1 St=C3=A9phane NICOLAS <steff.nicolas@gmail.com= >
=C2=A0St=C3=A9phane

--00163646bf508b5f18049b5fb61c--