Here is my code. It is returning a line that says "Nothing found to display."


<%
        List result = (List)request.getSession().getAttribute("bdebankbean");
        request.setAttribute( "result", new ArrayList() );
 %>
<display:table name="sessionScope.result" pagesize="10">
        <display:column property="id_rssd"/>
        <display:column property="aba" />
        <display:column property="nic_legal_name" />
        <display:column property="street_line_1" />
</display:table>

Thanks,

Sheryl Williams
Technical Consultant
PSC Group, LLC
p - 816.881.2891
c - 816.419.6063
http://www.psclistens.com

Reply via email to