RE: question about data formating using display taglib

2003-08-01 Thread Yansheng Lin
Yes it does. style type=text/css .tableRowHeader { align:center; } .tableRowOdd { align:center; } .tableRowEven { align:center; } ... /style -Original Message- From: victor gusz [mailto:[EMAIL PROTECTED] Sent: August 1, 2003

RE: question about data formating using display taglib

2003-08-01 Thread victor gusz
Thanks, Does it? How do you use this stylesheet in its display:table display:column tags? The following stylesheet is used in its examples' html pages, its not in its jsp source, just because its tags cannot format data? Maybe I am just not clear about this, please clarify. regards, Victor

RE: question about data formating using display taglib

2003-08-01 Thread Yansheng Lin
as your jsp page refers to it, it's going to render it. Hope this helps! -Original Message- From: victor gusz [mailto:[EMAIL PROTECTED] Sent: August 1, 2003 12:22 PM To: Struts Users Mailing List Subject: RE: question about data formating using display taglib Thanks, Does it? How do

RE: question about data formating using display taglib

2003-08-01 Thread victor gusz
Thanks, You are right. But it seems it only renders internal stylesheets. regards, --- Yansheng Lin [EMAIL PROTECTED] wrote: It's the default classname for the rows and columns, etc. if you take a look at the source code. Presentation in html should be separated from the content,