Re: Using the iterate tag

2001-09-05 Thread Ted Husted
Personally, I would wrap the ArrayList in a bean and expose the size (or row count) with an accessor. Then you can do things like this: logic:notEqual name=result property=rowCount value=0 ... iterate the list /logic:notEqual logic:equal name=result property=rowCount value=0 ... explain

RE: Using the iterate tag

2001-09-05 Thread Roumen Ganeff
isn't there a bean:size tag, which is designed for this? G. -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 05, 2001 5:15 PM To: [EMAIL PROTECTED] Subject: Re: Using the iterate tag Personally, I would wrap the ArrayList in a bean and expose