Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

get the next row in EL

869310Jun 29 2011 — edited Jun 30 2011
Hello 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
This post has been answered by Suresh Karunarathne on Jun 30 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 28 2011
Added on Jun 29 2011
3 comments
109 views