Re: Iterating over collections with null values

2001-03-06 Thread Nick Pellow
-- Original Message - > From: "Nick Pellow" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Sunday, March 04, 2001 7:50 PM > Subject: Re: Iterating over collections with null values > > > > > > > "Craig R. McClanahan" wrote

Re: Iterating over collections with null values

2001-03-05 Thread Martin Cooper
t;There's More Than One Way To Do It" slogan. IMHO, having more options is not always better. -- Martin Cooper - Original Message - From: "Nick Pellow" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, March 04, 2001 7:50 PM Subject: Re: Iterating

Re: Iterating over collections with null values

2001-03-05 Thread Michael Gerdau
>> Here are the alternatives that I can think of: [skipped for brevity] > (5) Add an attribute(s) on the iterate tag that allows the user to >decide between (1), (2) and (3). Defaulting to (1). I like that idea. Of course all possible behaviours should be selectable. Also add (6) Add an opti

Re: Iterating over collections with null values

2001-03-05 Thread Elod Horvath
Nick Pellow wrote: > > "Craig R. McClanahan" wrote: > > > > Bugzilla bug report #706 reports that you will get a JSP page exception > > when you try to iterate over collection that contains null values. This > > is caused by the fact that the JSP page context refuses to allow null > > attributes

RE: Iterating over collections with null values

2001-03-05 Thread Howard Moore
ed to support ResultSets it is almost inevitably going to have to handle null values. > -Original Message- > From: Nick Pellow [mailto:[EMAIL PROTECTED]] > Sent: 05 March 2001 03:50 > To: [EMAIL PROTECTED] > Subject: Re: Iterating over collections with null values &g

Re: Iterating over collections with null values

2001-03-04 Thread Nick Pellow
"Craig R. McClanahan" wrote: > > Bugzilla bug report #706 reports that you will get a JSP page exception > when you try to iterate over collection that contains null values. This > is caused by the fact that the JSP page context refuses to allow null > attributes. The bug report suggests one

Iterating over collections with null values

2001-03-04 Thread Craig R. McClanahan
Bugzilla bug report #706 reports that you will get a JSP page exception when you try to iterate over collection that contains null values. This is caused by the fact that the JSP page context refuses to allow null attributes. The bug report suggests one alternative (although the proposed impleme