Re: [core] pushComponentToEL and #{component}

2011-07-25 Thread Martin Koci
In latest mojarra something changed, but problem is still reproducible with this little trick: and in MyComponent.java: @Override public boolean getRendersChildren() { return true; } @Override public void encodeChildr

Re: [core] pushComponentToEL and #{component}

2011-07-25 Thread Leonardo Uribe
Hi 2011/7/25 Martin Koci : > Hi, > > how can I help to ping EG? It seems that JSF-spec team has own working > plan and no time for issues with no vote. > > About interoperability: I've double checked that mojarra breaks > specified behaviour in encodeBegin: > > pushComponentToEL -> isNotRendered -

Re: [core] pushComponentToEL and #{component}

2011-07-25 Thread Martin Koci
Hi, how can I help to ping EG? It seems that JSF-spec team has own working plan and no time for issues with no vote. About interoperability: I've double checked that mojarra breaks specified behaviour in encodeBegin: pushComponentToEL -> isNotRendered -> return but in processDecodes the must ha

Re: [core] pushComponentToEL and #{component}

2011-07-25 Thread Leonardo Uribe
Hi The problem with these patches is the changes proposed change the default behavior, and we still don't have any response about that from the EG. See: http://java.net/jira/browse/JAVASERVERFACES_SPEC_PUBLIC-1002 I'm afraid the changes could be significant and cause some kind of interoperabilit

[core] pushComponentToEL and #{component}

2011-07-24 Thread Martin Koci
Hi, please review patches for: https://issues.apache.org/jira/browse/MYFACES-3157 https://issues.apache.org/jira/browse/MYFACES-3126 Thanks, Kočičák