Gary, I see this as a tomahawk bug.   I'm pretty sure I looked at this
a couple weeks ago and noticed that the renderer was being set inside
the JSP tag handler rather than in the component.   Seems like setting
it from the taghandler is the wrong approach.  Breaks anything other
than the jsp viewhandler.


On 3/27/07, Gary VanMatre <[EMAIL PROTECTED]> wrote:
This looks like another case where we need to explicitly override the 
rendererType.
The shared renderer [1] is the default for the runtime but in tomahawk, there 
is a renderer
override [2].


[1] 
http://svn.apache.org/viewvc/myfaces/shared/branches/2_0_0/core/src/main/java/org/apache/myfaces/shared/renderkit/html/HtmlCheckboxRendererBase.java?view=markup
[2] 
http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_1_3/core/src/main/java/org/apache/myfaces/renderkit/html/ext/HtmlCheckboxRenderer.java?view=markup

Reply via email to