Re: Null collections

2004-05-11 Thread None None
ery polite!), Struts is a joy to play with and get my hands firty with. From: Riyad Kalla <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: Re: Null collections Date: Tue, 11

Re: Null collections

2004-05-11 Thread Riyad Kalla
ROTECTED]> > >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > >To: "Struts Users Mailing List" <[EMAIL PROT

RE: Null collections

2004-05-11 Thread Slattery, Tim - BLS
> So, my question simply is what tag can I use, and > with what syntax, to check if a collection in a bean > is null before starting my logic:iterate tag? I of course > found logic:equal. but it doesn't seem like it would do > what I want. logic:notEmpty or maybe logic:notPresent > might be

Re: Null collections

2004-05-11 Thread None None
ic:iterate, and now it does what I wanted. Thanks very much! From: Riyad Kalla <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: Re: Null c

Re: Null collections

2004-05-11 Thread Paul-J Woodward
spond to "Struts Users Mailing List" To: [EMAIL PROTECTED] cc: Subject:Null collections Hi folks... this should be a simple one, but I've been reading for about 30 minutes now without finding the answer... I have a collection that I

Re: Null collections

2004-05-11 Thread Riyad Kalla
... ... ... On Tuesday 11 May 2004 10:03 am, None None wrote: > Hi folks... this should be a simple one, but I've been reading for about 30 > minutes now without finding the answer... > >

Null collections

2004-05-11 Thread None None
Hi folks... this should be a simple one, but I've been reading for about 30 minutes now without finding the answer... I have a collection that I iterate over with logic:iterate, building a table... normal stuff... problem is, the collection might be null, which the tag handles just fine, except