> > jtsp:forEach tags:
> > the forEach tag can be useful. but when people start using it they
> > will need the exact functions that are in the mmbase taglib
> > -know the size of the list
> > -know if the list is not empty
> > -know if this is the first / last element
> 
> This partly overlaps with Wouter's argument of the missing 'container'
> functionality, with which I also agree. Btw the 'first' element can be quite
> easily determinged with something like ${item == 0} in EL. 'odd' and 'even'
> are similary possible, and you'd also have 'dividable by 3' and so on;
> features we have even talked about to support in taglib, but (happily) never
> did. Knowing the last element I don't readily know how to do in EL either, 
> but are
> you really sure that it can't be done?
I am not shure , but I did not find how to get the size of the list
and the  current index so odd/even was not possible
_______________________________________________
Developers mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/developers

Reply via email to