Hi, I've been hacking the org.apache.myfaces.shared_impl.renderkit.html.HtmlFormRendererBase, and even commented out the whole thing, and my forms were still rendering fine...because I was hacking the one in the org.apache.myfaces.shared.renderkit.html.HtmlFormRendererBase, when I should have been hacking the shared_impl one.
I discovered this while looking at HtmlFormRenderer, and seeing that it imported org.apache.myfaces.shared_impl.renderkit.html.HtmlFormRendererBase instead of org.apache.myfaces.shared.renderkit.html.HtmlFormRendererBase. Should I file a JIRA to get this cleaned up? Cheers, - Ole
