Do you know if extending HtmlTableRenderer there there is a way to override just the point where the renderer write the <thead> tag?
Regards Mario -----Original Message----- From: Anton Martynov [mailto:[EMAIL PROTECTED] Sent: 23 marzo 2007 08.15 To: MyFaces Discussion Subject: Re: Setting class to <thead> tag You can extend the org.apache.myfaces.renderkit.html.ext.HtmlTableRenderer class. -- Best regards, Anton Martynov, <[EMAIL PROTECTED]> 22.03.2007 20:08 Please respond to "MyFaces Discussion" <[email protected]> To <[email protected]> cc Subject Setting class to <thead> tag I need to set class property of a <thead> tag of a data table, for example <thead class="myheader" > How can I do? Regards Mario This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the email by you is prohibited. This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the email by you is prohibited.

