Re: duplicate h:body onload (and probably onunload) attributes rendered when isCommonPropertiesOptimizationEnabled is true

2013-02-25 Thread Mike Kienenberger
Ok. Looking at the constants, the solution is probably to replace HTML.BODY_ATTRIBUTES with BODY_ATTRIBUTES_WITHOUT_EVENTS. I should have looked at the other available constants first. On Mon, Feb 25, 2013 at 11:30 AM, Mike Kienenberger mkien...@gmail.com wrote: I've noticed this for some

[jira] [Created] (MYFACES-3698) h:body onload and onunload attributes rendered twice if optimization enabled

2013-02-25 Thread Mike Kienenberger (JIRA)
Mike Kienenberger created MYFACES-3698: -- Summary: h:body onload and onunload attributes rendered twice if optimization enabled Key: MYFACES-3698 URL: https://issues.apache.org/jira/browse/MYFACES-3698

Re: duplicate h:body onload (and probably onunload) attributes rendered when isCommonPropertiesOptimizationEnabled is true

2013-02-25 Thread Leonardo Uribe
Hi Yes, the solution seems correct. regards, Leonardo Uribe 2013/2/25 Mike Kienenberger mkien...@gmail.com: Ok. Looking at the constants, the solution is probably to replace HTML.BODY_ATTRIBUTES with BODY_ATTRIBUTES_WITHOUT_EVENTS. I should have looked at the other available constants

Re: duplicate h:body onload (and probably onunload) attributes rendered when isCommonPropertiesOptimizationEnabled is true

2013-02-25 Thread Mike Kienenberger
Is trunk still 2.1? I'm guessing I want to fix this on trunk, 2.0.x and 2.2.x On Mon, Feb 25, 2013 at 11:39 AM, Leonardo Uribe lu4...@gmail.com wrote: Hi Yes, the solution seems correct. regards, Leonardo Uribe 2013/2/25 Mike Kienenberger mkien...@gmail.com: Ok. Looking at the

Re: duplicate h:body onload (and probably onunload) attributes rendered when isCommonPropertiesOptimizationEnabled is true

2013-02-25 Thread Leonardo Uribe
Hi For now 2.1 is still trunk but recently most of the work is being done in 2.2.x. I would like to convert 2.2.x into trunk after the next 2.1.x/2.0.x release that could happen at the end of March. regards, Leonardo Uribe 2013/2/25 Mike Kienenberger mkien...@gmail.com: Is trunk still 2.1?

[jira] [Resolved] (MYFACES-3698) h:body onload and onunload attributes rendered twice if optimization enabled

2013-02-25 Thread Mike Kienenberger (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-3698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Kienenberger resolved MYFACES-3698. Resolution: Fixed Replaced HTML.BODY_ATTRIBUTES with