[jira] Issue Comment Edited: (MYFACES-2323) Implement f:ajax tag handler

2009-11-04 Thread Dominik Dejmek (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12773409#action_12773409 ] Dominik Dejmek edited comment on MYFACES-2323 at 11/4/09 9:41 AM:

Re: [Trinidad 2.0] Ordering of artifacts (sec 11.4.7 in the JSF 2.0 spec)

2009-11-04 Thread Matthias Wessendorf
As there are some limitations (see TRINIDAD-1603) and picking an ugly one, like faces-config name org_apache_myfaces_trinidad /name ... /faces-config doesn't make much sense, what do folks think about picking a simplified version ? faces-config name trinidad /name ... /faces-config

[jira] Created: (TOBAGO-814) Disabled attribute for tc:image

2009-11-04 Thread Udo Schnurpfeil (JIRA)
Disabled attribute for tc:image --- Key: TOBAGO-814 URL: https://issues.apache.org/jira/browse/TOBAGO-814 Project: MyFaces Tobago Issue Type: New Feature Components: Core Reporter: Udo

[COMMUNITY] MyFaces += Mamallan Uthaman

2009-11-04 Thread Matthias Wessendorf
The Myfaces PMC is proud to announce a new addition to our community. Please welcome Mamallan Uthaman as the newest MyFaces committer! Mamallan is an active member of the myfaces community, especially in the trinidad mobile renderkit section of the code. @Mamallan: Please add yourself to the

Re: [COMMUNITY] MyFaces += Mamallan Uthaman

2009-11-04 Thread Gerhard Petracek
welcome! regards, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2009/11/4 Matthias Wessendorf mat...@apache.org The Myfaces PMC is proud to announce a new addition to our community.

Re: [COMMUNITY] MyFaces += Mamallan Uthaman

2009-11-04 Thread Bruno Aranda
welcome! Cheers, Bruno 2009/11/4 Jan-Kees van Andel jankeesvanan...@gmail.com Congrats and welcome to the club! Regards, Jan-Kees 2009/11/4 Gerhard Petracek gerhard.petra...@gmail.com: welcome! regards, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting,

[jira] Commented: (MYFACES-2226) Add support for remaining 2.0 faces-config.xml elements

2009-11-04 Thread JIRA
[ https://issues.apache.org/jira/browse/MYFACES-2226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12773561#action_12773561 ] Matthias Weßendorf commented on MYFACES-2226: - and other stuff for

[jira] Created: (TRINIDAD-1623) add support for 2.0 faces-config.xml elements

2009-11-04 Thread JIRA
add support for 2.0 faces-config.xml elements - Key: TRINIDAD-1623 URL: https://issues.apache.org/jira/browse/TRINIDAD-1623 Project: MyFaces Trinidad Issue Type: Task Components: Build

Re: [jira] Commented: (TRINIDAD-1620) New APIs for Trinidad CollectionModel and TreeModel to better deal with large data sets

2009-11-04 Thread Blake Sullivan
The use case for invalidating is when the underlying model has been changed behind the caching proxy's back. For performance reasons, most caching proxies are not configured with database triggers that guarantee to keep their data current. Instead, for many read-only cases, the cached data

[jira] Commented: (MYFACES-2323) Implement f:ajax tag handler

2009-11-04 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12773590#action_12773590 ] Leonardo Uribe commented on MYFACES-2323: - Ok, I have committed the solution. It

[core] pending stuff for alpha release myfaces core 2.0

2009-11-04 Thread Leonardo Uribe
Hi It could be good if we can do an alpha release of myfaces core 2.0 in this month. From my point of view the latest code in trunk has reached alpha status. Is there anything left to do before this release? The plan is start releasing myfaces builder plugin next week and then start releases

[jira] Commented: (MYFACES-2374) UIViewRoot.getBeforePhaseListener() and UIViewRoot.getAfterPhaseListener() could be called on PhaseId.RESTORE_VIEW

2009-11-04 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12773623#action_12773623 ] Leonardo Uribe commented on MYFACES-2374: - The latest patch is incomplete by two

[jira] Updated: (MYFACES-2309) Add new attributes to f:selectItems

2009-11-04 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe updated MYFACES-2309: Resolution: Fixed Status: Resolved (was: Patch Available) Thanks to Jakob

[jira] Commented: (MYFACES-2374) UIViewRoot.getBeforePhaseListener() and UIViewRoot.getAfterPhaseListener() could be called on PhaseId.RESTORE_VIEW

2009-11-04 Thread Jakob Korherr (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12773628#action_12773628 ] Jakob Korherr commented on MYFACES-2374: ad 1. Thanks - I did not know that ad 2.

Re: [core] pending stuff for alpha release myfaces core 2.0

2009-11-04 Thread Jan-Kees van Andel
It's never too early for an alpha release if you ask me. It gives us a more reliable view on where we are. I saw some activity on the f:ajax tag. Is that one good enough to use as an example for the f:validateBean tag? Unfortunately, I haven't yet had the time (and in depth Facelets 2.0

Re: [core] pending stuff for alpha release myfaces core 2.0

2009-11-04 Thread Leonardo Uribe
Hi In theory, the only thing left about f:ajax tag handler is make it work when this tag has nested components, but this is not a stopper for an alpha release. The basic f:ajax examples works. regards Leonardo Uribe 2009/11/4 Jan-Kees van Andel jankeesvanan...@gmail.com It's never too early

Re: Strange tr:selectBooleanCheckbox behaviour

2009-11-04 Thread Andrew Robinson
This should be asked on the users@ mailing list. What you are seeing is the correct behavior. When a JSF view is rendered that has input controls, those controls render their local values and submitted values before the model values. If you change the model values, you also need to clear all of

Re: [COMMUNITY] MyFaces += Mamallan Uthaman

2009-11-04 Thread Mamallan Uthaman
Thanks to everyone, especially Matthias, for all your support. -Mamallan Bruno Aranda wrote: welcome! Cheers, Bruno 2009/11/4 Jan-Kees van Andel jankeesvanan...@gmail.com mailto:jankeesvanan...@gmail.com Congrats and welcome to the club! Regards, Jan-Kees 2009/11/4

Re: [core] pending stuff for alpha release myfaces core 2.0

2009-11-04 Thread Gerhard Petracek
+0 regards, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2009/11/4 Matthias Wessendorf mat...@apache.org +1 On Wed, Nov 4, 2009 at 9:10 PM, Leonardo Uribe lu4...@gmail.com wrote: