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 have specified behaviour:

isNotRendered- > return; else pushComponentToEL 


because example example from [1] works as expected = badly = component
is rendered but never decoded.

Patch for [2] is myfaces internal only.  Can you please review it and
apply? We can use the new method RenderUtils.isRendered later in
renderers where child.isRendered() optimalization is used.

Regards,

Kočičák

[1] http://www.mail-archive.com/[email protected]/msg53300.html
[2] https://issues.apache.org/jira/browse/MYFACES-3126


     1. Leonardo Uribe píše v Po 25. 07. 2011 v 11:37 -0500:
> 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
> interoperability issues between MyFaces and Mojarra. In my opinion
> what patches propose is correct, but we should ping the EG to see what
> they think about it and if it is valid to apply these changes on 2.0.x
> / 2.1.x branches.
> 
> regards,
> 
> Leonardo Uribe
> 
> 2011/7/24 Martin Koci <[email protected]>:
> > 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
> >
> >
> >
> 


Reply via email to