I would think that the column body would override the existing behavior. I still think property needs to be set for those cases when you're sorting a column that may contain html in it, you don't want to sort based on things you can't see in the browser, so my implementation uses property to sort on in this case. Also, for exporting to CSV/Excel/XML, I don't think you would ever want to show the html, so I just use the property for that too. This was another one of my original reasons for refactoring, so I spent alot of time getting it to work that way.
Any other opinions on this one? On Tue, 17 Jun 2003, Fabrizio Giustina wrote: > the body in columntag is used for showing column if no "property" attribute is > specified. > If the property attribute is added everything works as in the original version > > fabrizio > > > > -----Original Message----- > From: Andrew Lapanik [mailto:[EMAIL PROTECTED] > Sent: Tue 6/17/2003 3:42 PM > To: Display Developers > Cc: > Subject: [displaytag-devel] Column body > > > > Hello Display, > > I see that the body of the column tag in display09 isn't > used for showing column content. Or may be I'm mistaken? > > If the body isn't used, what is the sence for iterator-way working of > table tag? > > -- > Best regards, > Andrew mailto:[EMAIL PROTECTED] > > > > > -- John York Software Engineer CareerSite Corporation ------------------------------------------------------- This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU Hosting Partner. Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php _______________________________________________ displaytag-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-devel
