On 7/1/05, Mike Kienenberger <[EMAIL PROTECTED]> wrote: > > For the life of me, I can't figure out how to make my custom DataTable > > class pick up the renderer in ext.HtmlTableRenderer rather than the > > other one.
And now that I'm subclassing my custom DataTableTag class from org.apache.myfaces.taglib.html.ext.HtmlDataTableTag rather than implementing it from scratch as a UIComponentTag, everything is much cleaner and it all works as expected. I'll make it available as an example as soon as I figure out a place to exhibit it.

