That Fixed it, Thanks!!


Thanks,

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

[EMAIL PROTECTED] wrote: -----

To: <[email protected]>
From: "Kevin McDonnell" <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
Date: 07/26/2005 04:32AM
Subject: Re: [displaytag-user] questions

try changing new ArrayList() to result
<%
        List result = (List)request.getSession().getAttribute( "bdebankbean" );
        request.setAttribute( "result" result );
  %>
cheers,
Kevin
----- Original Message -----
Sent: Monday, July 25, 2005 8:57 PM
Subject: [displaytag-user] questions


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

------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click _______________________________________________ displaytag-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to