Re: Table(grids)

2009-09-02 Thread Rusty Wright
I haven't tried DisplayTag yet with Struts 2 but I've used it with Spring MVC and can say that DisplayTag is very nice. Very flexible. Johannes Geppert wrote: I use the display tags for tables. it's easy to use with struts2. http://displaytag.sourceforge.net/1.2/ Arthur Neves wrote: Hi,

Re: Table(grids)

2009-09-02 Thread Johannes Geppert
I use the display tags for tables. it's easy to use with struts2. http://displaytag.sourceforge.net/1.2/ Arthur Neves wrote: > > Hi, > > I'd like to know, if is there a way to make tables(grids) easily in > Struts2? > What do you use? Is there a tag? > > - --- web: http://www.jgepper

Re: Table(grids)

2009-09-02 Thread Ernesto Reinaldo Barreiro
After a similar question I asked a few days ago... I decided to create a tag-library and some utility classes that will make it easy integrate jqgrid into struts2 applications... I already have something working but it is far from finished (see http://code.google.com/p/antilia-struts/) and I'll b

Re: Table(grids)

2009-09-02 Thread Wes Wannemacher
I've done it a few different ways. One of my favorite ways is to use jqgrid and JSON... This is a bit complicated though, so not for the faint of heart. Constructing a basic table is pretty easy - header1header2 Of course, you would probably want to properly add theader / tbody tags, bu

Table(grids)

2009-09-02 Thread Arthur Neves
Hi, I'd like to know, if is there a way to make tables(grids) easily in Struts2? What do you use? Is there a tag?