I have a Struts action that is populating a form, and forwarding it to a JSP page. The form name is fundForm, and has a List revenueRecords, with getters and setters (List getRevenueRecords() and void setRevenueRecords(List list)).
In my JSP, I define my table like so: <display:table name="requestScope.fundForm.revenueRecords" class="simple"> <display:column property="center" title="Center"/> <display:column property="revenueNet" title="Total"/> </display:table> I have tried it with and without the "requestScope" at the front. When I run the Action, I get "Nothing found to display. ". I have verified that the ActionForm indeed has records in the revenueRecords field. TIA. -- Bryce Fischer <[EMAIL PROTECTED]> ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ displaytag-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-user

