my dog learned polymorphism
The moose likes JSF and the fly likes set attribute in the 2nd row of a table Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "set attribute in the 2nd row of a table" Watch "set attribute in the 2nd row of a table" New topic
Author

set attribute in the 2nd row of a table

reubin haz
Ranch Hand

Joined: May 12, 2005
Posts: 287
I have a table with <h:dataTable> and attribute rowClasses="oddColor, evenColor" and headerClass="dtblheader".

How could I set the 2nd row with a larger height? The 1st row is the header, and I have headerClass. So How can I only set the 2nd row in the table only?
I tried to set some attribute in the <h:column> but it always complaint <h:column> does not support it.

Thanks.

SCJA, SCJP5.0, SCBCD, SCWCD
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: set attribute in the 2nd row of a table
 
Similar Threads
Row Index in RichFaces Data Table
nested h:datatable question
problem with datatable binding attribute
Input row select on data table does not get called
how to align the content of the column values in datatable?