[TRINIDAD] Patch Review for TRINIDAD-1841 (Enable CommandButton to Handle Onfocus and Onblur Events)

2010-06-24 Thread mamallan . uthaman
Hi all, I have uploaded a patch (TRINIDAD- 1841) to introduce onfocus and onblur attributes to the commandButton to handle onfocus and onblur events respectively. You are welcome to review the patch. Thanks Mamallan

[jira] Updated: (TRINIDAD-1841) CommandButton Not Supporting Onfocus and Onblur Events

2010-06-24 Thread Mamallan Uthaman (JIRA)
[ https://issues.apache.org/jira/browse/TRINIDAD-1841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mamallan Uthaman updated TRINIDAD-1841: --- Status: Patch Available (was: Open) > CommandButton Not Supporting Onfocus and On

Re: [GSOC] State saving performance improvements in MyFaces 2.0

2010-06-24 Thread Leonardo Uribe
Hi Martin 2010/6/24 Martin Marinschek > Hi Leonardo, > > > The param "org.apache.myfaces.view.facelets.APPLIED" is used with the web > > config param javax.faces.FACELETS_REFRESH_PERIOD, to detect changes on > the > > template files. If you set this param to 0, facelets stops to add it and > > y

[jira] Created: (MYFACES-2773) (JSF.js) Performance fixes

2010-06-24 Thread Werner Punz (JIRA)
(JSF.js) Performance fixes -- Key: MYFACES-2773 URL: https://issues.apache.org/jira/browse/MYFACES-2773 Project: MyFaces Core Issue Type: Improvement Affects Versions: 2.0.1-SNAPSHOT Reporter: Werner P

[jira] Updated: (MYFACES-2759) Clean up FacesContextImpl

2010-06-24 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe updated MYFACES-2759: Status: Resolved (was: Patch Available) Fix Version/s: 2.0.1-SNAPSHOT

[jira] Updated: (MYFACES-2769) Resource should expire immediately in javax.faces.PROJECT_STAGE=Development

2010-06-24 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe updated MYFACES-2769: Status: Resolved (was: Patch Available) Assignee: Leonardo Uribe Fix

Re: [PORTAL] News about the TCK

2010-06-24 Thread Scott O'Bryan
Future implementations could supply Mock Objects test this, maybe even using he myfaces testing framework. While he TCK is flexible enough to test JSF/Bridge combinations, providing mock objects for these tests might allow us to make sure the delegation on the Bridge that is being tested is workin

Re: [GSOC] State saving performance improvements in MyFaces 2.0

2010-06-24 Thread Martin Marinschek
Hi Leonardo, > The param "org.apache.myfaces.view.facelets.APPLIED" is used with the web > config param javax.faces.FACELETS_REFRESH_PERIOD, to detect changes on the > template files. If you set this param to 0, facelets stops to add it and > your state size is reduced, so that configuration must

Re: [GSOC] State saving performance improvements in MyFaces 2.0

2010-06-24 Thread Leonardo Uribe
Hi The param "org.apache.myfaces.view.facelets.APPLIED" is used with the web config param javax.faces.FACELETS_REFRESH_PERIOD, to detect changes on the template files. If you set this param to 0, facelets stops to add it and your state size is reduced, so that configuration must be used in product

Re: [PORTAL] News about the TCK

2010-06-24 Thread Michael Freedman
Short answer is I don't think its necessary, though if MyFaces wanted to make adjustments it would expand the reach of these tests. In the end, I couldn't figure out a JSF spec compliant way to write these tests and hence they are excluded however because I did figure out a way that worked wit

[jira] Commented: (MYFACES-2770) Improve with information about the saved state

2010-06-24 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12882226#action_12882226 ] Leonardo Uribe commented on MYFACES-2770: - The information provided is useful, bu

[jira] Resolved: (MYFACES-2730) FacesContext not available on application startup

2010-06-24 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe resolved MYFACES-2730. - Fix Version/s: 2.0.1-SNAPSHOT (was: 2.0.2-SNAPSHOT) Resolu

[jira] Commented: (MYFACES-2730) FacesContext not available on application startup

2010-06-24 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12882184#action_12882184 ] Leonardo Uribe commented on MYFACES-2730: - Hi Yes, Mojarra has the same pattern.

[jira] Resolved: (MYFACES-2772) Javascript: Improve the unit testing and logging facilities

2010-06-24 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Werner Punz resolved MYFACES-2772. -- Fix Version/s: 2.0.1-SNAPSHOT Resolution: Fixed done > Javascript: Improve the unit

[jira] Created: (MYFACES-2772) Javascript: Improve the unit testing and logging facilities

2010-06-24 Thread Werner Punz (JIRA)
Javascript: Improve the unit testing and logging facilities Key: MYFACES-2772 URL: https://issues.apache.org/jira/browse/MYFACES-2772 Project: MyFaces Core Issue Type: Improvement

Re: [GSOC] State saving performance improvements in MyFaces 2.0

2010-06-24 Thread Marius Petoi
Hello, As you said, Martin, the attribute "org.apache.myfaces.view.facelets.APPLIED" is included in the partial state. This, as well as all the other attributes of the components, as the attributeMap in the UIComponentBase is a _ComponentAttributesMap. The put method of this map calls afterwards t

[jira] Resolved: (MYFACES-2771) Javascript: Unit test for _Dom.findByStyleClass fails on IE8

2010-06-24 Thread Werner Punz (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Werner Punz resolved MYFACES-2771. -- Fix Version/s: 2.0.1 Resolution: Fixed fixed, I also fortified the querySelector fallb

[jira] Created: (MYFACES-2771) Javascript: Unit test for _Dom.findByStyleClass fails on IE8

2010-06-24 Thread Werner Punz (JIRA)
Javascript: Unit test for _Dom.findByStyleClass fails on IE8 Key: MYFACES-2771 URL: https://issues.apache.org/jira/browse/MYFACES-2771 Project: MyFaces Core Issue Type: Bug Aff

[jira] Commented: (MYFACES-2730) FacesContext not available on application startup

2010-06-24 Thread Martin Marinschek (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12882106#action_12882106 ] Martin Marinschek commented on MYFACES-2730: Hi guys, if Mojarra follows the

[jira] Commented: (MYFACES-2730) FacesContext not available on application startup

2010-06-24 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12882098#action_12882098 ] Jakob Korherr commented on MYFACES-2730: Hi Leo, Yes, great!! Now you see my poi

Re: [PORTAL] News about the TCK

2010-06-24 Thread Scott O'Bryan
Leonardo, This is a good question and I'm not entirely sure on it myself. I did ask Mike Freedman about it off line as he did the bulk of the code for the TCK and he said it wasn't applicable. I'm going to hold off on the vote until we get an answer from Mike on this issue. Mike, can you explai

[jira] Commented: (MYFACES-2730) FacesContext not available on application startup

2010-06-24 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12882075#action_12882075 ] Leonardo Uribe commented on MYFACES-2730: - Hi Martin Yes, that's true. Precisely