I read the source code provided by Display Tag example about dynamically generate table column.
<display:table name="test"> <c:forEach var="cl" items="${collist}"> <display:column property="${cl.property}" title="${cl.title}" sortable="${cl.sortable}" format="${cl.format}" /> </c:forEach> </display:table> This sample use the jstl to loop a list of hashmap. I wanna see if it is possible to do the same thing without using jstl? Queenie -- View this message in context: http://www.nabble.com/Dynamic-Column-generation-in-Displaytag-tp14292483p14292483.html Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]