RE: generating tables in Struts

2004-01-24 Thread lixin chu
have just tried Beta 2. the export feature is fixed when the addition to the web.xml is added. I think even if sorting with a checkbox column is not common but exporting a table with the additional checkbox information is something not wanted. Is there a fix ? --- Matt Raible <[EMAIL PROTECTED

RE: generating tables in Struts

2004-01-24 Thread Mohan Radhakrishnan
Unintentional Wrong subject again. Mohan -Original Message- From: Mohan Radhakrishnan [mailto:[EMAIL PROTECTED] Sent: Saturday, January 24, 2004 12:23 PM To: 'Struts Users Mailing List' Subject: RE: generating tables in Struts Hi Is there any way to find out what

RE: generating tables in Struts

2004-01-23 Thread Mohan Radhakrishnan
Hi Is there any way to find out what action is current by overriding methods like 'processForwardConfig' etc. and call a method in that action. I am using Tiles. So my custom processor extends the Tile processor. The business case for this is not worth explaining because I am doing this to

RE: generating tables in Struts

2004-01-23 Thread lixin chu
Thanks. So the fix will be in Beta 3 am I right? by the way, will that also fix exporting checkbox column ? (I am using ) --- Matt Raible <[EMAIL PROTECTED]> wrote: > The export/tiles issue has been fixed - you just > needd to specify a > filter in your web.xml. > > http://displaytag.sourc

RE: generating tables in Struts

2004-01-23 Thread Matt Raible
The export/tiles issue has been fixed - you just needd to specify a filter in your web.xml. http://displaytag.sourceforge.net/install.html If you need to export data from an included JSP page, such as from Struts, you should configure the ResponseOverrideFilter in your web.xml. (You do not need