You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Ramiro Pereira de Magalhães (JIRA)" <de...@myfaces.apache.org> on 2009/05/23 00:01:46 UTC

[jira] Commented: (TOMAHAWK-875) writer.startElement(HTML.SCRIPT_ELEM, uiComponent puts . --> is missing.

    [ https://issues.apache.org/jira/browse/TOMAHAWK-875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12712285#action_12712285 ] 

Ramiro Pereira de Magalhães commented on TOMAHAWK-875:
------------------------------------------------------

Can you be a little more precise about where you saw this code?

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