HtmlBody 'onload' attribute encoding issues
-------------------------------------------
Key: MYFACES-2630
URL: https://issues.apache.org/jira/browse/MYFACES-2630
Project: MyFaces Core
Issue Type: Bug
Affects Versions: 2.0.0-beta-3
Reporter: Mark Li
when using <h:body onload="alert('onload');" ></h:body> will display <body
onload="alert('onload');" onload="alert('onload');" > </body>.
its seems that org.apache.myfaces.shared_impl.renderkit.html.HTML.ONUNLOAD_ATTR
== 'onload' makes this issue.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.