Hi, I have a need for a table with a checkbox column. When displayed, this will show the box checked/unchecked and the associated value= will be set. When the table is exported the exported column values should be "checked" or "unchecked".
The only solution I have found is to load the column's undecorated values with a string such as "checkstate value", ie. a string with 2 tokens so that the decorator class can make the checkbox HTML that shows the checked state and has the proper value=. The problem is that the undecorated exported column will have the value and the checked state. I only want the checked state. Is there a solution to this? Thanks NBirch ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ displaytag-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-user

