> -----Original Message----- > At least you now have a place to start to customize this yourself. > Ideally, we'd be able to set style formatters using a > <display:setProperty> and add a handler for each type: Integer, String, > etc. Then, set allow for a new option in each <display:column> to make > the column use the handler to format the td/tbody/thead/tfoot with your > style override before the decorator (if any) comes into play. As for the > rows, you're probably better off sticking with the style references by > using: > <display:setProperty name="css.tr.even" > value="color:red;font-weight:bold;"/> > or > css.tr.odd > css.table to globally set the table style attributes
Thanks David for the input. I haven't written a taglib before, but I don't mind submitting a patch to allow a cell to be dynamically styled. The "trick" is deciding on a syntax and defining a few business rules. I'll post another thread with a proposal. ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ displaytag-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-user

