org.apache.myfaces.custom.radio.HtmlRadio has this renderer declared:

   private static final String DEFAULT_RENDERER_TYPE =
"org.apache.myfaces.Radio";

   public HtmlRadio()
   {
       setRendererType(DEFAULT_RENDERER_TYPE);
   }


org.apache.myfaces.custom.radio.HtmlRadioTag has this:

   public String getRendererType()
   {
       return null;
   }

Aren't these two values supposed to match?

Reply via email to