It's just a standard JSP Tag Library. Because Struts 2 has the Request Wrapper, you can use standard JSTL EL to get the list from your action and pass it to the DisplayTag Table, from then on it's just using the capabilities of DisplayTag to put the data where you want it. The one caveat is that we've had to set the requestURI attribute to make sure that the prev/next links go to the right place and I added the excludeParams parameter below to the params interceptor so that you don't get the ugly warnings from struts.
<interceptor-ref name="params"> <param name="excludeParams">d-\d*-[a-z]</param> </interceptor-ref> (*Chris*) On Wed, Jan 6, 2010 at 4:12 PM, Frans Thamura <fr...@meruvian.org> wrote: > can share how the struts2 work with display tag > > > sorry never use this also, how the display tag work with List when we > submit the grid > > F > > > > > On Thu, Jan 7, 2010 at 7:00 AM, Chris Pratt <thechrispr...@gmail.com> > wrote: > > We use DisplayTag (http://www.displaytag.org), it works pretty well. > > (*Chris*) > > > > On Wed, Jan 6, 2010 at 3:28 PM, Sergio > > <killing-is-my-busin...@hotmail.com>wrote: > > > >> Hi, people, how can i show a table into a jsp from the struts action? > Are > >> there a simple method for doing that? I've tried with java collections > into > >> the action and "property" tag into the jsp with no success. > >> > >> thanks in advance > >> > >> -- > >> Sergio > >> > >> > >> --------------------------------------------------------------------- > >> 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 > >