From adffaces-user-return-2067-apmail-incubator-adffaces-user-archive=incubator.apache.org@incubator.apache.org Wed Jan 31 18:51:46 2007 Return-Path: Delivered-To: apmail-incubator-adffaces-user-archive@locus.apache.org Received: (qmail 8116 invoked from network); 31 Jan 2007 18:51:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Jan 2007 18:51:46 -0000 Received: (qmail 88097 invoked by uid 500); 31 Jan 2007 18:51:51 -0000 Delivered-To: apmail-incubator-adffaces-user-archive@incubator.apache.org Received: (qmail 88080 invoked by uid 500); 31 Jan 2007 18:51:51 -0000 Mailing-List: contact adffaces-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: adffaces-user@incubator.apache.org Delivered-To: mailing list adffaces-user@incubator.apache.org Received: (qmail 88071 invoked by uid 99); 31 Jan 2007 18:51:51 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Jan 2007 10:51:51 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=DNS_FROM_RFC_BOGUSMX X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [12.191.24.53] (HELO zeus.chordiant.com) (12.191.24.53) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 Jan 2007 10:51:42 -0800 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: not recognizing "visible" children Date: Wed, 31 Jan 2007 13:51:17 -0500 Message-ID: <7F48470F8BE0AC488F0000539350728901FC2379@zeus.chordiant.com> In-Reply-To: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: not recognizing "visible" children Thread-Index: AcdBkXKY4sk83dXRTX+3Hov1ALLunwD1hiDg From: "Todd Cantalupo" To: X-Virus-Checked: Checked by ClamAV on apache.org Thanks Brian. I tried the c:forEach, which did give me a truer
    structure but it embedded a inside of each
  • and that takes longer to render. I think I'll go with the nested
      's for client performance over the nested
  • 's. Thanks, Todd -----Original Message----- From: Brian Smith [mailto:unobriani@gmail.com]=20 Sent: Friday, January 26, 2007 4:32 PM To: adffaces-user@incubator.apache.org Subject: Re: not recognizing "visible" children It seems to me like you last example should work as long as xMsgBean.msgTextrefers to a DataModel or CollectionModel If not, it may have to do with the timing of tr:iterator, you may want to try a c:forEach which also should work since all the tr:panelList will see only the inputs that are returned from c:forEach On 1/26/07, Todd Cantalupo wrote: > > Hey - > > > > I'm attempting to produce a simple, unordered list, whose number of > bullets are determined dynamically. > > > > So, what I want to produce is what is visually produced by this block of > code: > > > > > > styleClass=3D"refAreaText" > > value=3D"#{foo.text}" /> > > > > > > > > Although this produces the desired visual effect (with too much white > space in between bullets), it isn't what I want. > > > > Here's what I've tried and they all give me ONE bullet with either all > of the strings on one line or ONE bullet with x number of new lines for > that ONE bullet. Any input is greatly appreciated. > > > > > > = > > styleClass=3D"refAreaText" > > value=3D"#{foo.text}"> > > > > > > > > = > > text=3D"#{foo.text}" /> > > > > > > > > > > styleClass=3D"refAreaText" > > value=3D"#{foo.text}" /> > > > > > > > > > > The information transmitted herewith is sensitive information of > Chordiant Software or its customers and is intended only for use to the > individual or entity to which it is addressed. If the reader of this message > is not the intended recipient, you are hereby notified that any review, > retransmission, dissemination, distribution, copying or other use of, or > taking of any action in reliance upon, this information is strictly > prohibited. If you have received this communication in error, please contact > the sender and delete the material from your computer. > > The information transmitted herewith is sensitive information of Cho= rdiant Software or its customers and is intended only for use to the indi= vidual or entity to which it is addressed. If the reader of this message = is not the intended recipient, you are hereby notified that any review, r= etransmission, dissemination, distribution, copying or other use of, or t= aking of any action in reliance upon, this information is strictly prohib= ited. If you have received this communication in error, please contact th= e sender and delete the material from your computer.