Do you know if extending HtmlTableRenderer there is a way to override just the point where the renderer write the <thead> tag?
Regards Mario ________________________________ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anton Martynov Sent: 23 marzo 2007 07.34 To: MyFaces Discussion Subject: Re: Setting class to <thead> tag You can extend the org.apache.myfaces.renderkit.html.ext.HtmlTableRenderer class. 2007/3/22, [EMAIL PROTECTED] < [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> >: 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.

