On 9/11/06, Martin Marinschek <[EMAIL PROTECTED]> wrote:
you'd have to look into the "share" module of Apache MyFaces. Have you done that?
As Martin suggests, the HtmlTableRendererBase class is in the 'Shared' project. It looks like MyFaces 1.1.3 used Shared 2.0.1, and the tag is here: http://svn.apache.org/repos/asf/myfaces/shared/tags/2_0_1/ Or with ViewVC: http://svn.apache.org/viewvc/myfaces/shared/tags/2_0_1/ I don't have that tag checked out, but on the trunk of shared, the class you are looking for is on this path: $ find . -name HtmlTableRendererBase.java ./core/src/main/java/org/apache/myfaces/shared/renderkit/html/HtmlTableRendererBase.java The shared code gets re-packaged at compile time, so the package name won't match exactly. -- Wendy

