Re: Struts2 and table tag

2007-03-29 Thread Musachy Barroso
The table tag is deprecated and will must likely be dropped soon, you may want to look at tabletags: http://cwiki.apache.org/S2PLUGINS/table-tags.html regards musachy On 3/29/07, Marcin Zduniak <[EMAIL PROTECTED]> wrote: Hello, I would like to use table tag with Struts2 that is described h

Struts2 and table tag

2007-03-29 Thread Marcin Zduniak
Hello, I would like to use table tag with Struts2 that is described here: http://struts.apache.org/2.x/docs/table.html Unfortunately I'm not able to find any example of how to do this, the documentation is rather sketchy. Could someone show how to use it ? Kind regards, Marcin ---