Nice work! I also have integrated jqGrid into a struts taglib http://code.google.com/p/antilia-struts
but have followed a different approach. Configuration is done at the server side... http://code.google.com/p/antilia-struts/wiki/SearchPage Best, Ernesto On Thu, Dec 10, 2009 at 6:51 PM, Johannes Geppert <jo...@web.de> wrote: > > Since today the struts2 jQuery Plugin brings a grid tag based on jQuery > Grid > Plugin to you. > > http://code.google.com/p/struts2-jquery/wiki/GridTag > > You can find various samples in the Showcase > http://www.weinfreund.de/struts2-jquery-showcase/ > > Best Regards > > Johannes Geppert > > > jvsrvcs wrote: > > > > We need to pull a large amount of data from a database and display in a > > table. > > > > We would like, on click of a hyperlink for a submission to happen to go > to > > the server to fetch the next set of data that has been either cached or > > to query the db. > > > > I am sure someone has done this before as it is quite a common use case. > > > > We need the following features: > > - an html table with grid (a jsp tag if there is one) > > - headers (html, different color backround) - nothing new here > > - clickable headers that will sort the list ascending, descending > > - pagination > > - 1, 2 <= Each number is a hyperlink > > - Next 10 of <total> <= is a hyperlink > > - Last <= is also a hyperlink > > > > Is there a way to do this using some built-in struts2 feature or > tag? > > > > If not, is there another plugin to struts2 that can provide this? > > ---- > > > > > ----- > --- > web: http://www.jgeppert.com > twitter: http://twitter.com/jogep > > -- > View this message in context: > http://old.nabble.com/How-to-display-a-table-%28data-grid%29-using-Struts2---Is-there-a-tag--tp26712342p26731706.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 > >