Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 57967 invoked from network); 6 Jun 2006 16:21:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Jun 2006 16:21:15 -0000 Received: (qmail 6693 invoked by uid 500); 6 Jun 2006 16:21:09 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 6615 invoked by uid 500); 6 Jun 2006 16:21:09 -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 6507 invoked by uid 99); 6 Jun 2006 16:21:08 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Jun 2006 09:21:08 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=RCVD_IN_BL_SPAMCOP_NET,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of mwessendorf@gmail.com designates 66.249.92.173 as permitted sender) Received: from [66.249.92.173] (HELO ug-out-1314.google.com) (66.249.92.173) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Jun 2006 09:21:07 -0700 Received: by ug-out-1314.google.com with SMTP id q2so1902951uge for ; Tue, 06 Jun 2006 09:20:45 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=Cr1CACQvhXfqTfZQfeQGvfonAtwHr7G+Yd+NbF1e77r0qiovjWMc+OiH/mILVkhCm+0vLYlq0ethc+OSq9Glffv2MB1dTT/em2gH/lRbu+wy1n5emgPmn9xz6K1Y5T+5r9IfYU5ROiZZailNaQqp0aGmDd8kzH3tL/JZtEAgY1I= Received: by 10.67.100.12 with SMTP id c12mr4652540ugm; Tue, 06 Jun 2006 09:20:45 -0700 (PDT) Received: by 10.67.101.17 with HTTP; Tue, 6 Jun 2006 09:20:45 -0700 (PDT) Message-ID: <71235db40606060920i491539d2tf7b1cb24a185cb8a@mail.gmail.com> Date: Tue, 6 Jun 2006 09:20:45 -0700 From: "Matthias Wessendorf" Sender: mwessendorf@gmail.com To: "MyFaces Discussion" Subject: Re: Warning message: Child count should be a multiple of the columns attribute? In-Reply-To: <52C333133934CA4585938535BE63885C0174F021@EX02.dtn.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <52C333133934CA4585938535BE63885C0174F021@EX02.dtn.com> X-Google-Sender-Auth: 2d8352767488b1c7 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N You are welcome. Everbody makes mistakes... On 6/6/06, Todd Patrick wrote: > Ha! > > Your right. Sorry about that guys. > > Thanks, > > --Todd > > -----Original Message----- > From: mwessendorf@gmail.com [mailto:mwessendorf@gmail.com] On Behalf Of > Matthias Wessendorf > Sent: Tuesday, June 06, 2006 11:09 AM > To: MyFaces Discussion > Subject: Re: Warning message: Child count should be a multiple of the > columns attribute? > > me too > > On 6/6/06, Jeff Bischoff wrote: > > I count 15 total components, Todd > > > > Todd Patrick wrote: > > > The warning message I am receiving is: > > > > > > "PanelGrid tbForm:tabSearch has not enough children. Child count > > > should be a multiple of the columns attribute." > > > > > > Below is the code snippet. I have fourteen (14) total components and > > > > I'd like seven (7) on each row, thus I defined the columns attribute > > > > value as seven (7). > > > > > > Why would this cause an warning? > > > > > > Thanks, > > > > > > --Todd > > > > > > > > > > > id="searchTabs" > > > bgcolor="#FFFFFF" > > > cellpadding="0" > > > cellspacing="0" > > > width="100%" > > > serverSideTabSwitch="client"> > > > > > id="tabSearch" > > > rowClasses="tbcell" > > > headerClass="instructions" > > > footerClass="cd" > > > columns="7" > > > width="1000" > > > bgcolor="#FFFFFF"> > > > > > > > > > > > styleClass="Paginatorhighlight"/> > > > > > > > > > > > > > > styleClass="Paginatorhighlight"/> > > > > > > > > > > > > > > styleClass="Paginatorhighlight"/> > > > > > > > > > > > > > > styleClass="Paginatorhighlight"/> > > > > > > > > > > > > > > styleClass="Paginatorhighlight"/> > > > > > > > > > > > > styleClass="Paginator"/> > > > > > > > > > > > > > > > > > > > > > > > id="transType" > > > required="true" > > > value="#{tbrowser.currentTransType}"> > > > > > > > > > > > > > > size="8" > > > id="transStartDate" > > > monthYearRowClass="yearMonthHeader" > > > weekRowClass="weekHeader" > > > currentDayCellClass="currentDayCell" > > > renderAsPopup="true" > > > popupTodayString="Today is" > > > popupWeekString="Wk" > > > renderPopupButtonAsImage="false" > > > required="true" > > > value="#{tbrowser.currentTransStartDate}" > > > helpText="MM/DD/YYYY"/> > > > > > > > > id="transStartTime" > > > required="true" > > > value="#{tbrowser.currentTransStartTime}"> > > > > > > > > > > > > > > size="8" > > > id="transEndDate" > > > monthYearRowClass="yearMonthHeader" > > > weekRowClass="weekHeader" > > > currentDayCellClass="currentDayCell" > > > renderAsPopup="true" > > > popupTodayString="Today is" > > > popupWeekString="Wk" > > > renderPopupButtonAsImage="false" > > > required="true" > > > value="#{tbrowser.currentTransEndDate}" > > > helpText="MM/DD/YYYY"/> > > > > > > > > id="transEndTime" > > > required="true" > > > value="#{tbrowser.currentTransEndTime}"> > > > > > > > > > > > > > > id="clientID" > > > value="#{tbrowser.currentClientID}" > > > required="true"> > > > > > > > > > > > > > > > > > > > > > > > actionListener="#{tbrowser.transTypeSelected}"/> > > > > > > > > >
> > >
> > > > > >
> > > > > >
> > >
> > > > > > > > > -- > Matthias Wessendorf > Aechterhoek 18 > 48282 Emsdetten > blog: http://jroller.com/page/mwessendorf > mail: mwessendorf-at-gmail-dot-com > -- Matthias Wessendorf Aechterhoek 18 48282 Emsdetten blog: http://jroller.com/page/mwessendorf mail: mwessendorf-at-gmail-dot-com