RE: Length of collection using EL?

2003-07-22 Thread Chen, Gin
Use the archives.. its been discussed SO many times already. -Original Message- From: Sgarlata Matt [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 22, 2003 12:41 PM To: [EMAIL PROTECTED] Subject: Length of collection using EL? Does anyone know how to get the length of a collection using t

RE: Length of collection using EL?

2003-07-22 Thread Karr, David
This has been discussed numerous times on this list. The EL can reference javabean properties, and elements of collections and maps. That's it. The length of a collection is not a javabean property. It's straightforward to implement a simple class called "CollectionBean" (and "MapBean") that is