Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 65468 invoked from network); 26 Oct 2010 08:10:55 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 26 Oct 2010 08:10:55 -0000 Received: (qmail 80225 invoked by uid 500); 26 Oct 2010 08:10:54 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 80167 invoked by uid 500); 26 Oct 2010 08:10:52 -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 80159 invoked by uid 99); 26 Oct 2010 08:10:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Oct 2010 08:10:52 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [81.169.146.161] (HELO mo-p00-ob.rzone.de) (81.169.146.161) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Oct 2010 08:10:45 +0000 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1288080623; l=569; s=domk; d=schnurpfeil.de; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:References: Subject:To:MIME-Version:From:Date:X-RZG-CLASS-ID:X-RZG-AUTH; bh=fKG3KtyYbseQKn2tRVbDhcqu9NM=; b=FKT7mCoFwnSiboTIQyRi5PuggFoDjKqGOrxr2zTQsRZyUfcc1bdlpeLcL42fI2F/BMN wqkvEX+nHQZ/0KM8RXdVHMw72tXqwl6a0S4fwSoeRogtLUe22vJ2kankEr4opB6UIjK3a 7R4loMNkFdWB7yYmf3X7KsfK6DtSjCH78WM= X-RZG-AUTH: :OWgLVVOrc/H5jRUHzJx9OEHjqKa3f0+AELDDI6BTcMQEl+QMI+BYRPxFkGY= X-RZG-CLASS-ID: mo00 Received: from alomar.speedport.ip (p54838710.dip0.t-ipconnect.de [84.131.135.16]) by post.strato.de (jimi mo15) (RZmta 23.5) with ESMTP id U02c33m9Q75X0N for ; Tue, 26 Oct 2010 10:10:23 +0200 (MEST) Message-ID: <4CC68CEF.9070905@schnurpfeil.de> Date: Tue, 26 Oct 2010 10:10:23 +0200 From: Udo Schnurpfeil User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; de; rv:1.9.2.11) Gecko/20101013 Thunderbird/3.1.5 MIME-Version: 1.0 To: MyFaces Discussion Subject: Re: [tobago] How to use tc:tree control for navigation References: <4CC1F432.4040105@elbe-net.de> In-Reply-To: <4CC1F432.4040105@elbe-net.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Hi Michael, the navigation of the tobago-example-demo is implemented with tc:tree. For Tobago 1.0 you need a Java object that holds the nodes, see navigation.jsp (you need a facet for action/navigation). For Tobago 1.5 you can also create the node directly in the page, see navigation.xhtml (the tree was reimplemented completely in 1.5). Regards, Udo Am 22.10.10 22:29, schrieb Michael Kakuschky: > Hello, how to use the tc:tree control to navigate to pages? Is it > possible? And if yes how I can set the outcome? > > Thanks & regards Michael >