get the next row in EL
869310Jun 29 2011 — edited Jun 30 2011Hello all!
Possibly the thread name isn't clear or is wrong, i'll just explain:
there's a column, which contains Iterator (since it's point is to display collection data separated by ', '). I found it reasonable to add 2 outputText's inside Iterator: one for the value, and another for ', '. The second should have an EL value, which should contain a statement similar to #{<nextRowExists> ? ', ' : ''}.
Hope You get my point, i just want to find out if there's a next row or not using EL to decide whether i need another ', ' or not. :-)
Many thanks!
Edited by: 866307 on Jun 29, 2011 6:57 AM