Re: Setting/Accessing List Size on JSP

2007-10-01 Thread Cory D. Wiles
I was able to get it like: On 10/1/07, Gabriel Belingueres <[EMAIL PROTECTED]> wrote: > > try: > > > 2007/10/1, Cory D. Wiles <[EMAIL PROTECTED]>: > > How do I set/display the size of my list in the result of my jsp? I am > able > > to check for the size in my iterator tag, but I would like to

Re: Setting/Accessing List Size on JSP

2007-10-01 Thread Gabriel Belingueres
try: 2007/10/1, Cory D. Wiles <[EMAIL PROTECTED]>: > How do I set/display the size of my list in the result of my jsp? I am able > to check for the size in my iterator tag, but I would like to be able to > display the size as a property. > > > I have tried the following and it didn't work. > >