Hi, I have used a table decorator successfully to access the value of more than one column on a row, but how can a table decorator be made to decorate differently when a table is displayed on the screen vs export?
Thanks NBirch -----Original Message----- From: Scott Rowell [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 18, 2004 5:42 AM To: [EMAIL PROTECTED] Subject: RE: [displaytag-user] Column decorator access to other column(s) in the same row? Try creating and assigning a table decorator. Look at examples. ie: <display:table decorator="your.decorator.class"> -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Birch, Nigel Sent: Monday, February 16, 2004 1:57 PM To: '[EMAIL PROTECTED]' Subject: [displaytag-user] Column decorator access to other column(s) in the same row? Hi, I have a column who's decoration requires knowledge of the values of other columns in the same row. In addition the column must be decorated differently for both CSV export and display. I would prefer to decorate using a decorator class, but I can't get the values of the other columns (on the same row) from within a column decorator. Is there a way to do this? If not I'll have to do it in the jsp. Thanks NBirch ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ displaytag-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-user ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id56&alloc_id438&op=click _______________________________________________ displaytag-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-user ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ displaytag-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-user

