RE: [displaytag-user] The TableDecorator is called by export

2006-03-02 Thread Jorge Barroso
hursday, March 02, 2006 3:47 PM To: displaytag-user@lists.sourceforge.net Subject: Re: [displaytag-user] The TableDecorator is called by export More details pls, like code and use sample. Zsolt <[EMAIL PROTECTED]>wrote: Hi, I would like to move from 1.1-SNAPSHOT to 1.1 final and my proble

RE: [displaytag-user] The TableDecorator is called by export

2006-03-02 Thread Zsolt
Zsolt From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jorge Barroso Sent: Thursday, March 02, 2006 3:47 PM To: displaytag-user@lists.sourceforge.net Subject: Re: [displaytag-user] The TableDecorator is called by export More details pls, like code and use sample.

RE: [displaytag-user] The TableDecorator is called by export

2006-03-02 Thread Jorge Barroso
e the decorator at several locations.   Zsolt  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]eforge.net] On Behalf Of Jorge Barroso Sent: Thursday, March 02, 2006 4:14 PM To: displaytag-user@lists.sourceforge.net Subject: RE: [displaytag-user] The TableDecorator is called by ex

RE: [displaytag-user] The TableDecorator is called by export

2006-03-02 Thread Zsolt
@lists.sourceforge.net Subject: RE: [displaytag-user] The TableDecorator is called by export   Try adding this config prop to your jsp:   Zsolt <[EMAIL PROTECTED]> wrote: Here is my exporter (it is my customized excel exporter): RowIterator rowIterator = this.model.getRowIterator(this.expo

RE: [displaytag-user] The TableDecorator is called by export

2006-03-02 Thread Jorge Barroso
Try adding this config prop to your jsp:  Zsolt <[EMAIL PROTECTED]> wrote: Here is my exporter (it is my customized excel exporter): RowIterator rowIterator =this.model.getRowIterator(this.exportFull); // iterator on rows while (rowIterator.hasNext()) {Row row = rowItera

RE: [displaytag-user] The TableDecorator is called by export

2006-03-02 Thread Zsolt
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jorge Barroso Sent: Thursday, March 02, 2006 3:47 PM To: displaytag-user@lists.sourceforge.net Subject: Re: [displaytag-user] The TableDecorator is called by export More details pls, like code and use

Re: [displaytag-user] The TableDecorator is called by export

2006-03-02 Thread Jorge Barroso
More details pls, like code and use sample.Zsolt <[EMAIL PROTECTED]> wrote: Hi,I would like to move from 1.1-SNAPSHOT to 1.1 final and my problem is thatduring export my decorator is not called any more.Any ideas?Zsolt---This SF.Net email is spons