You're attributes are wrong. Should be: <display:table name="list" class="table" id="bean" pagesize="100"> </display:table>
@name is the name of your request attribute. @id is the request attribute created at each the iteration. Paul On Fri, Nov 13, 2009 at 10:21 AM, Kris Reid <krisrei...@gmail.com> wrote: > > > > Oscar Calderón-2 wrote: >> >> >> Are you using ajax tags (like dojo ) or something like that with >> displaytag? >> >> >> > > No - haven't got any ajax or anything fancy > > I seem to have found a work around > In the action class I stick the List into the request object > request.setAttribute("list", list); > > And in the JSP > <display:table name="leads" class="table" id="request.list" pagesize="100"> > > Is their any reason why this should not be done? > > > ----- > http://www.kremsoft.com Kremsoft - Software Development > -- > View this message in context: > http://old.nabble.com/displaytag---Nothing-found-to-display.-tp26301323p26339226.html > Sent from the Struts - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org