Matt
On Jan 12, 2004, at 9:49 AM, Mike Henry wrote:
I'm trying to create dynamic columns based upon a previous page. It will create the columns for every value, but I can't get it to see the property I want it to use.
In other words, I want to have something like this :
<c:forEach var="sItem" items="${rowLists}"> <display:column title="<c:out value ='${sItem}'/>" property="<c:out value ='${sItem}'/>" sortable="true" headerClass="sortable title" decorator="ColWrapper" /> </c:forEach>
Anyone have any ideas?
Mike
------------------------------------------------------- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html _______________________________________________ displaytag-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-user
------------------------------------------------------- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html _______________________________________________ displaytag-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-user

