in jsf how to render a collection object which is returned by the EL expres

hi,

i want to render a collection elements on the view page without the dataGrid. Can I use jstl for this some thing like

<c:forEach items="#{newsfeed.values}" var="row" >

<tr><td class="tableCell" width="200"> ${row.city} </td>

<td> ${row.temp}</td>

</tr>

</c:forEach>

any suggestions ,

many thanx,

vijaycanaan

[421 byte] By [vijaycanaana] at [2007-11-27 5:07:34]
# 1

How to output collection elements in JSF view page. We have to use only <dataGrid> for rendering collection elements and there is no other way to achieve this. If so please tell me the procedure. Or Else can i use jstl tags to do this and how.

any help greatly appreciated,

many thanks,

vijaycanaan.

vijaycanaana at 2007-7-12 10:26:41 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...