Re: myfaces 2.0: f:ajax again

2009-08-31 Thread Werner Punz
Leonardo Uribe schrieb: Hi Werner I'm checking the code trying to find missing stuff required to implement f:ajax. On MYFACES-2323 I'll put all information I can deduct about f:ajax and facelets. It could be good to have a empty tag handler file for ajax committed, so we can put comments

[jira] Resolved: (TRINIDAD-744) Update translated message files

2009-08-31 Thread JIRA
[ https://issues.apache.org/jira/browse/TRINIDAD-744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias Weßendorf resolved TRINIDAD-744. - Resolution: Fixed Fix Version/s: 1.2.13-core Update translated

[VOTE] Release of Trinidad 1.0.11

2009-08-31 Thread Matthias Wessendorf
Hi, I was running the needed tasks to get the 1.0.11 release of the Apache MyFaces Trinidad CORE out. The artifacts are deployed to my private Apache account ([1]). Please take a look at the 1.0.11 artifacts and vote [ ] +1 for community members

Re: [VOTE] Release of Trinidad 1.0.11

2009-08-31 Thread Grant Smith
+0 sorry no time this week :( On Mon, Aug 31, 2009 at 10:25 AM, Gerhard Petracek gerhard.petra...@gmail.com wrote: +1 regards, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces

Re: [VOTE] Release of Trinidad 1.0.11

2009-08-31 Thread Gerhard Petracek
+1 regards, gerhard http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2009/8/31 Matthias Wessendorf mat...@apache.org +1 On Mon, Aug 31, 2009 at 6:32 PM, Matthias Wessendorfmat...@apache.org

[jira] Created: (TRINIDAD-1562) Nokia's S60 web-browser not displaying show/hide icon of panelAccordion

2009-08-31 Thread Mamallan Uthaman (JIRA)
Nokia's S60 web-browser not displaying show/hide icon of panelAccordion --- Key: TRINIDAD-1562 URL: https://issues.apache.org/jira/browse/TRINIDAD-1562 Project: MyFaces Trinidad

[jira] Created: (TRINIDAD-1563) UIXComponentBase.broadcastToMethodBinding() should handle AbortProcessingException that is wrapped in more than one layer

2009-08-31 Thread Jing Wu (JIRA)
UIXComponentBase.broadcastToMethodBinding() should handle AbortProcessingException that is wrapped in more than one layer - Key: TRINIDAD-1563

Re: [TRINIDAD] - NPE if faces-config's default-renderkit-id is unknown

2009-08-31 Thread Jeanne Waldman
Thanks Matthias, I filed a bug against the RI. Jeanne Matthias Wessendorf wrote, On 8/25/2009 3:27 AM PT: Hello Jeanne, my response is inline On Mon, Aug 24, 2009 at 8:46 PM, Jeanne Waldmanjeanne.wald...@oracle.com wrote: Hi Matthias, My response is inline. Matthias

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

2009-08-31 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12749763#action_12749763 ] Leonardo Uribe commented on MYFACES-2323: - Added implementation of this tag, but

Re: myfaces 2.0: f:ajax again

2009-08-31 Thread Leonardo Uribe
Hi Werner I committed a basic implementation of f:ajax tag. It does everything it should be from my point of view (facelets vdl contract), but I don't know if we have to put some additional code based on what does other parts of code (for example register some ajax resources or something like