selectBooleanCheckbox does not call endElement("input")
-------------------------------------------------------

         Key: MYFACES-1289
         URL: http://issues.apache.org/jira/browse/MYFACES-1289
     Project: MyFaces Core
        Type: Bug

  Components: JSR-127  
    Versions: 1.1.2    
    Reporter: Adam Winer


HtmlCheckboxRendererBase.renderCheckbox() uses writeText("") to try to close up 
the input;  that's incorrect.  It should use endElement("input").  This bug 
generates a bunch of warnings when using MyFaces with ADF Faces, and also will 
generate invalid XHTML.

-- 
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