writer.startElement(HTML.SCRIPT_ELEM, uiComponent puts <script><!-- but 
end.Element does not put --></script>.  --> is missing.
--------------------------------------------------------------------------------------------------------------------------------

                 Key: TOMAHAWK-875
                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-875
             Project: MyFaces Tomahawk
          Issue Type: Bug
    Affects Versions: 1.1.3
         Environment: WIndows XP. IBM T60
            Reporter: Surendra Movva
            Priority: Minor


in encodeBegin i have

 writer.startElement(HTML.SCRIPT_ELEM, uiComponent);

in encodeEnd i have

writer.endElement(HTML.SCRIPT_ELEM);

I am getting 

<script><!--
</script>

Because  of  open comment, in IE 7  problem in showing page correctly. Working 
with FireFox2.0.1

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to