Error on getting renderer for HtmlTree2
---------------------------------------

         Key: MYFACES-332
         URL: http://issues.apache.org/jira/browse/MYFACES-332
     Project: MyFaces
        Type: Bug
    Versions: 1.0.9 beta    
    Reporter: Luiz Augusto Ruiz


In the code:

Renderer r = rk.getRenderer(comp.getFamily(), comp.getRendererType());

when comp is a org.apache.myfaces.custom.tree2.HtmlTree the renderer returns 
null, because comp.getRendererType() is "org.apache.myfaces.Tree2" and the 
correct is "org.apache.myfaces.HtmlTree2"

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to