Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 74068 invoked from network); 20 Oct 2010 13:51:48 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 20 Oct 2010 13:51:48 -0000 Received: (qmail 1423 invoked by uid 500); 20 Oct 2010 13:51:48 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 1174 invoked by uid 500); 20 Oct 2010 13:51:48 -0000 Mailing-List: contact dev-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list dev@myfaces.apache.org Received: (qmail 1157 invoked by uid 99); 20 Oct 2010 13:51:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Oct 2010 13:51:47 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of cdurmont@gmail.com designates 209.85.214.181 as permitted sender) Received: from [209.85.214.181] (HELO mail-iw0-f181.google.com) (209.85.214.181) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Oct 2010 13:51:41 +0000 Received: by iwn39 with SMTP id 39so4287301iwn.12 for ; Wed, 20 Oct 2010 06:51:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=Bv33CITAARdUKdl/6HXPLr3CMxiqYvZeTMZvHIN4/eI=; b=PopbKY/KjnfupaGjVM8biB0dp0rOCNBfyPIhFPwS6/xAInl9EiGqG7MnrVldQM7aGX 0p3jbnfEpZUutVuJhjjNHuW/Lr+BQ6vyrOe8p4piH5L83XQ4OIo8OLYYjx//+N/dXrvb rIn6bm/qRAzptwgqlJN4cYesit5wsJoDQJ+Xg= 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=qB+H4oxDp+j4tQtO5T+QraglLF5kds/9/diFrm9FzpJ64ZXxHPjNi/TFBUpnUuqJ4B v9b+u6r3qmitKnfqRjnYi1MAhoQ3qQFtfkWKec/UfY5jcL1QnO/+IbHuXoaAbGA5bnQB BOkDt1oGwCqsqXjFXUJjaeBZ4ZywsY9E9JNVo= MIME-Version: 1.0 Received: by 10.231.157.195 with SMTP id c3mr6225053ibx.155.1287582680559; Wed, 20 Oct 2010 06:51:20 -0700 (PDT) Received: by 10.231.190.132 with HTTP; Wed, 20 Oct 2010 06:51:20 -0700 (PDT) In-Reply-To: References: Date: Wed, 20 Oct 2010 15:51:20 +0200 Message-ID: Subject: Re: Problem facing in Trinidad From: =?UTF-8?Q?C=C3=A9dric_Durmont?= To: MyFaces Development Content-Type: text/plain; charset=UTF-8 Hi Meghna, You can do the following to achieve this : ... viewAll is a boolean you declare in your bean of choice. Regards, Cedric 2010/10/20 Meghna Bharadwaj : > Hi dev, > I want the following functionality: > I am using trinidad table where there is a list of values displayed, out of > this i want to display only 8 rows rest of the rows should be hidden, and > when i click on some link like 'Show All' it should display the remaining > rows also. Please help me out in solving this. > > Thanks, > Meghana