aspose file tools
The moose likes JSF and the fly likes Table Header Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Table Header" Watch "Table Header" New topic
Author

Table Header

Patrick Bernardina
Greenhorn

Joined: Jul 18, 2005
Posts: 7
How do I put header in a table rendered with dataTable?
Gregg Bolinger
Ranch Hand

Joined: Jul 11, 2001
Posts: 15230



Read the API or some documentation on JSF. This is pretty basic stuff.
Patrick Bernardina
Greenhorn

Joined: Jul 18, 2005
Posts: 7
I've tryed this unsucessfully.

the compiler says "Attribute id invalid for tag facet according to TLD"

i'm using http://java.sun.com/jsf/core taglib
Patrick Bernardina
Greenhorn

Joined: Jul 18, 2005
Posts: 7
I've changed id attribute for name attribute and it worked.

thanks
Gregg Bolinger
Ranch Hand

Joined: Jul 11, 2001
Posts: 15230

Originally posted by Patrick Bernardina:
I've changed id attribute for name attribute and it worked.

thanks


My mistake, name is correct.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Table Header
 
Similar Threads
Problem with table row overlapping with table header
how to delete a row header
WA #1.....word association
Print a non visible JTable
How to set JSF component?