Return-Path: Delivered-To: apmail-jakarta-struts-user-archive@apache.org Received: (qmail 90297 invoked from network); 23 May 2003 13:40:24 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 23 May 2003 13:40:24 -0000 Received: (qmail 24854 invoked by uid 97); 23 May 2003 13:42:33 -0000 Delivered-To: qmlist-jakarta-archive-struts-user@nagoya.betaversion.org Received: (qmail 24847 invoked from network); 23 May 2003 13:42:33 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 23 May 2003 13:42:33 -0000 Received: (qmail 88260 invoked by uid 500); 23 May 2003 13:39:55 -0000 Mailing-List: contact struts-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list struts-user@jakarta.apache.org Received: (qmail 88216 invoked from network); 23 May 2003 13:39:50 -0000 Received: from gate.opf.ubswarburg.com (165.222.186.198) by daedalus.apache.org with SMTP; 23 May 2003 13:39:50 -0000 Received: (from smap@localhost) by gate.opf.ubswarburg.com (8.8.8p2+Sun/8.8.8) id PAA23642 for ; Fri, 23 May 2003 15:39:50 +0200 (MET DST) From: Mick.Knutson@ubsw.com Received: from (eight.ubswarburg.com [192.168.0.3]) by gate via smap (V2.0) id xma022952; Fri, 23 May 2003 15:38:20 +0200 Received: from op1p13pos.opf.swissbank.com (virscan1 [192.168.0.3]) by virscan1.swissbank.com (8.8.8/8.8.8) with ESMTP id PAA27378 for ; Fri, 23 May 2003 15:23:16 +0200 (MET DST) Received: from nzur9004pap.ubsgs.ubsgroup.net (nzur9004pap.opf.swissbank.com [165.222.30.23]) by op1p13pos.opf.swissbank.com (8.8.8/8.8.8) with ESMTP id PAA29344 for ; Fri, 23 May 2003 15:38:13 +0200 (MET DST) Received: from NZURC900PEX1.ubsgs.ubsgroup.net ([165.222.30.12]) by nzur9004pap.ubsgs.ubsgroup.net with Microsoft SMTPSVC(5.0.2195.4905); Fri, 23 May 2003 15:38:12 +0200 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.6375.0 Subject: RE: logic:Present tag Date: Fri, 23 May 2003 15:38:12 +0200 Message-ID: <027E6F551C5E9B45BD2661A3736FE2DE011CF97F@NZURC900PEX1.ubsgs.ubsgroup.net> Thread-Topic: logic:Present tag Thread-Index: AcMhL+e862UwnEBQT6OPf1nUlOCvbwAAGmZw To: X-OriginalArrivalTime: 23 May 2003 13:38:12.0979 (UTC) FILETIME=[8E85DC30:01C32130] X-WDR-Disclaimer: Version $Revision: 1.19 $ X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I have an iterate question as well, and nobody has responded to my first = 3 emails, so maybe I will try here: I have a simiar issue that I can't resolve and was hoping you could = help. I have this logic iterate that does not print anything out even though = there are 3 beans in my UserContact[]: '> NO CONTACTS CREATED YET. PLEASE CREATE AT = LEAST ONE CONTACT! -----Original Message----- From: Caroline Holanda [mailto:spencercaroline@yahoo.com] Sent: Friday, May 23, 2003 3:27 PM To: Struts Users Mailing List Subject: RE: logic:Present tag Gandle, Thanks again for the reply, but I guess your code tests if a property of a collection is not null. What I need is really test if the collection object, that is a DynaActionForm property, is null. Following is the code where I use this: =20 =20 =20 =20 supplyColl is a collection of LabelValueBean. =20 Caroline --- "Gandle, Panchasheel" escreveu: > scope=3D"request">. > this would be for collection >=20 > I think it should be=20 > > scope=3D"request"> > > property=3D"propertyName"> > > > > >=20 > Thanks > Panchasheel >=20 >=20 > -----Original Message----- > From: Caroline Holanda > [mailto:spencercaroline@yahoo.com] > Sent: Friday, May 23, 2003 8:54 AM > To: Struts Users Mailing List > Subject: RE: logic:Present tag >=20 >=20 > I'm sorry, I guess I didn't use the write words. I > want to verify if the properties is not null, and > execute the tag body only if the collection property > is not null. Isn't it the case to use property=3D"propertyName" scope=3D"request">. >=20 > Thanks for any help. > Caroline Holanda >=20 > --- "Gandle, Panchasheel" > escreveu: > you should probably use=20 > > >=20 > >=20 > > Thanks > > Panchasheel > > 609 627 7561 > >=20 > >=20 > > -----Original Message----- > > From: Caroline Holanda > > [mailto:spencercaroline@yahoo.com] > > Sent: Thursday, May 22, 2003 5:07 PM > > To: 'Struts Users Mailing List' > > Subject: logic:Present tag > >=20 > >=20 > > Hi List! > >=20 > > How can I test if a form property, like a > > collection, is null with the logic:present tag? > >=20 > > I tried both=20 > > > scope=3D"request"> and name=3D"formName" > > property=3D"propertyName" scope=3D"request">, but it > > didn't work. > >=20 > > I can't understand the present tag well. Its > > description say that name attribute correspond to > a > > JSP bean name, but I have an example application > > that > > uses this tag setting the name to an attribute > name > > that can be set to the request object and it works > > well. > >=20 > > Thanks. > > Caroline > >=20 > > =3D=3D=3D=3D=3D > > ****************************** > > Cuide das pessoas que vc ama!=20 > > Elas s=E3o presentes de Deus! > >=20 > > > _______________________________________________________________________ > > Yahoo! Mail > > O melhor e-mail gratuito da internet: 6MB de > espa=E7o, > > antiv=EDrus, acesso POP3, > > filtro contra spam.=20 > > http://br.mail.yahoo.com/ > >=20 > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: > > struts-user-unsubscribe@jakarta.apache.org > > For additional commands, e-mail: > > struts-user-help@jakarta.apache.org > >=20 > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: > > struts-user-unsubscribe@jakarta.apache.org > > For additional commands, e-mail: > > struts-user-help@jakarta.apache.org > > =20 >=20 > =3D=3D=3D=3D=3D > ****************************** > Cuide das pessoas que vc ama!=20 > Elas s=E3o presentes de Deus! >=20 > _______________________________________________________________________ > Yahoo! Mail > O melhor e-mail gratuito da internet: 6MB de espa=E7o, > antiv=EDrus, acesso POP3, > filtro contra spam.=20 > http://br.mail.yahoo.com/ >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: > struts-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: > struts-user-help@jakarta.apache.org >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: > struts-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: > struts-user-help@jakarta.apache.org > =20 =3D=3D=3D=3D=3D ****************************** Cuide das pessoas que vc ama!=20 Elas s=E3o presentes de Deus! _______________________________________________________________________ Yahoo! Mail O melhor e-mail gratuito da internet: 6MB de espa=E7o, antiv=EDrus, = acesso POP3, filtro contra spam.=20 http://br.mail.yahoo.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: struts-user-help@jakarta.apache.org Visit our website at http://www.ubswarburg.com This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message which arise as a result of e-mail transmission. If verification is required please request a hard-copy version. This message is provided for informational purposes and should not be construed as a solicitation or offer to buy or sell any securities or related financial instruments. --------------------------------------------------------------------- To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: struts-user-help@jakarta.apache.org