The logic:present tag would work.  I would suggest however you send your
page an empty Collection instead of a null Collection.  If the Collection is
empty, it just won't iterate.

-----Original Message-----
From: Damm, Gary [mailto:garyd@;qualcomm.com]
Sent: Monday, November 04, 2002 9:44 PM
To: [EMAIL PROTECTED]
Subject: [MVC-Programmers] bean:define tag


Question: How do I handle nulls with the bean:define tag?  I have a bean
with a collection attribute.  I use the define tag to put the collection
into the page scope so I can iterate over it.  But if the collection is
null I get a null pointer exception (of course).

Is there a way to use the existing taglibs that can deal with this
situation or do I have to extend the library (or resort to putting code
in my jsp)?
_______________________________________________
MVC-Programmers mailing list
[EMAIL PROTECTED]
http://www.netbean.net/mailman/listinfo/mvc-programmers

_______________________________________________
MVC-Programmers mailing list
[EMAIL PROTECTED]
http://www.netbean.net/mailman/listinfo/mvc-programmers

Reply via email to