RE: Iterating over collections with null values

2001-03-05 Thread Howard Moore
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 "Craig R. McClanahan&q

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. The bug

Re: Iterating over collections with null values

2001-03-05 Thread Martin Cooper
ere'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 over collections

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

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