I posted this on the taglibs list and haven't heard back yet - thought I'd
try here.

I need to get the size of a list through which I'm iterating via <c:forEach>
before the last iteration. While I could add a property to my form bean, I
wonder if there's a way to access this from the loop status. From what I've
read, the varStatus attribute of the <c:forEach> tag exposes
an instance of LoopStatus, but I can't find any docs on the LoopStatus
class.

I'm guessing that since <c:forEach> exposes an Iterator, not a List, that
this is likely not supported, but I figured it couldn't hurt to ask.

Thanks in advance for your advice.

David


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to