[jira] [Commented] (MYFACES-2979) Session invalidation in Development Stage causes error in OpenWebBeans

2011-05-25 Thread Bastian Voigt (JIRA)
[ https://issues.apache.org/jira/browse/MYFACES-2979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13039014#comment-13039014 ] Bastian Voigt commented on MYFACES-2979: This is not only a OpenWebBeans

Re: [VOTE] release for myfaces core 2.0.6

2011-05-25 Thread Jakob Korherr
+1 Regards, Jakob 2011/5/25 Leonardo Uribe lu4...@gmail.com: +1 2011/5/24 Leonardo Uribe lu4...@gmail.com: Hi, I was running the needed tasks to get the 2.0.6 release of Apache MyFaces core out. The artifacts passed all TCK tests. Please note that this vote concerns all of the

Re: [VOTE] release for myfaces core 2.1.0

2011-05-25 Thread Jakob Korherr
+1 Regards, Jakob 2011/5/24 Martin Koci martin.kocicak.k...@gmail.com: +1 Leonardo Uribe píše v Út 24. 05. 2011 v 13:29 -0500: +1 2011/5/24 Leonardo Uribe lu4...@gmail.com: Hi, I was running the needed tasks to get the 2.1.0 release of Apache MyFaces core out. The artifacts

Re: MyFaces Html5 - Help request for release

2011-05-25 Thread Ali Ok
Hi Leo, Thanks for all your work. I will let the group know when I am done with writing tests. Cheers, Ali On Tue, May 24, 2011 at 7:42 PM, Jakob Korherr jakob.korh...@gmail.comwrote: Hi Leo, Great news! Regards, Jakob 2011/5/24 Leonardo Uribe lu4...@gmail.com: Hi I have

Re: [VOTE] release for myfaces core 2.0.6

2011-05-25 Thread Mark Struberg
looks good. LieGrue, strub --- On Wed, 5/25/11, Jakob Korherr jakob.korh...@gmail.com wrote: From: Jakob Korherr jakob.korh...@gmail.com Subject: Re: [VOTE] release for myfaces core 2.0.6 To: MyFaces Development dev@myfaces.apache.org Date: Wednesday, May 25, 2011, 8:11 AM +1 Regards,

Re: [VOTE] release for myfaces core 2.0.6

2011-05-25 Thread Mark Struberg
which means +1 of course ;) LieGrue, strub --- On Wed, 5/25/11, Mark Struberg strub...@yahoo.de wrote: From: Mark Struberg strub...@yahoo.de Subject: Re: [VOTE] release for myfaces core 2.0.6 To: MyFaces Development dev@myfaces.apache.org Date: Wednesday, May 25, 2011, 9:37 AM looks

Re: [VOTE] release for myfaces core 2.1.0

2011-05-25 Thread Mark Struberg
+1 LieGrue, strub --- On Wed, 5/25/11, Jakob Korherr jakob.korh...@gmail.com wrote: From: Jakob Korherr jakob.korh...@gmail.com Subject: Re: [VOTE] release for myfaces core 2.1.0 To: MyFaces Development dev@myfaces.apache.org Date: Wednesday, May 25, 2011, 8:12 AM +1 Regards, Jakob

Re: [VOTE] release for myfaces core 2.0.6

2011-05-25 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 2011/5/25 Mark Struberg strub...@yahoo.de which means +1 of course ;) LieGrue, strub --- On Wed, 5/25/11, Mark

Re: [VOTE] release for myfaces core 2.1.0

2011-05-25 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 2011/5/25 Mark Struberg strub...@yahoo.de +1 LieGrue, strub --- On Wed, 5/25/11, Jakob Korherr jakob.korh...@gmail.com

Re: [VOTE] release for myfaces core 2.1.0

2011-05-25 Thread Hazem Saleh
+1 On Wed, May 25, 2011 at 11:40 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 2011/5/25 Mark Struberg

Re: [VOTE] release for myfaces core 2.1.0

2011-05-25 Thread Werner Punz
+1 Am 24.05.11 20:29, schrieb Leonardo Uribe: +1 2011/5/24 Leonardo Uribelu4...@gmail.com: Hi, I was running the needed tasks to get the 2.1.0 release of Apache MyFaces core out. The artifacts passed all TCK tests. Please note that this vote concerns all of the following parts: 1. Maven

Re: [VOTE] release for myfaces core 2.0.6

2011-05-25 Thread Werner Punz
+1 Am 25.05.11 10:11, schrieb Jakob Korherr: +1 Regards, Jakob 2011/5/25 Leonardo Uribelu4...@gmail.com: +1 2011/5/24 Leonardo Uribelu4...@gmail.com: Hi, I was running the needed tasks to get the 2.0.6 release of Apache MyFaces core out. The artifacts passed all TCK tests. Please note

[core] implicit object 'component' in rendered expression (myfaces and spec bug)

2011-05-25 Thread Martin Koci
Hi, h:form h:panelGroup h:inputText id=testId rendered=#{component.id eq 'testId'} value=#{bean.value} / /h:panelGroup /h:form please notice the expression: rendered=#{component.id eq 'testId'} that is clearly

Re: [core] implicit object 'component' in rendered expression (myfaces and spec bug)

2011-05-25 Thread Leonardo Uribe
Hi I have seen that. The problem is in spec javadoc, the behavior for UIComponent.process* and encode* is clear about the ordering. In theory, pushComponentToEL should be called before any call to isRendered, but after isTransient. Look on MyFaces UIComponentBase.processRestoreState. It has this

tr:tree selectionListener not working...

2011-05-25 Thread sarad sarad
Hi, I am trying to implement tr:tree with selectionListener and rowDisclosureListener . While running the application, the selectionListen method is not hit on the selection. However, rowDisclosureListener works though. Codes are as follows . Any direction regarding selectionListener would be

[jira] [Created] (MYFACES-3157) Fix order of isRendered and pushComponentToEL invocations

2011-05-25 Thread JIRA
Fix order of isRendered and pushComponentToEL invocations - Key: MYFACES-3157 URL: https://issues.apache.org/jira/browse/MYFACES-3157 Project: MyFaces Core Issue Type: Bug

Re: [core] implicit object 'component' in rendered expression (myfaces and spec bug)

2011-05-25 Thread Martin Koci
Hi, for spec I've created bug few days ago: http://java.net/jira/browse/JAVASERVERFACES_SPEC_PUBLIC-1002 but I didn't realize how deep impact this bug have: I did a training about JSF implicit objects in our company and now practically every coder uses #{component.something} :) For myfaces:

Re: [core] implicit object 'component' in rendered expression (myfaces and spec bug)

2011-05-25 Thread Blake Sullivan
I suspect that there are many cases where parent components are looking at rendered on their children before deciding to traverse into these children. If EL-binding rendered to the component is supported, then the parent is either going to need to stop performing this optimization, or it is

Re: [core] implicit object 'component' in rendered expression (myfaces and spec bug)

2011-05-25 Thread Martin Koci
Hi, there are such cases but not many of them: in myfaces code after quick search I guess about 10 such cases. The main is in UIComponentBase.encodeChildren and in RendererUtils.renderChild (well, there was, but I removed it incorrectly as part of MYFACES-3126) This affects all attributes of

[jira] [Created] (TOMAHAWK-1592) t:inputCalendar do not work on IE9

2011-05-25 Thread Leonardo Uribe (JIRA)
t:inputCalendar do not work on IE9 -- Key: TOMAHAWK-1592 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1592 Project: MyFaces Tomahawk Issue Type: Bug Components: Calendar Affects Versions:

[jira] [Resolved] (TOMAHAWK-1592) t:inputCalendar do not work on IE9

2011-05-25 Thread Leonardo Uribe (JIRA)
[ https://issues.apache.org/jira/browse/TOMAHAWK-1592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leonardo Uribe resolved TOMAHAWK-1592. -- Resolution: Fixed Fix Version/s: 1.1.11-SNAPSHOT t:inputCalendar do not