SKIP_ITERATION tree visit support

2011-02-08 Thread Andy Schwartz
Gang - Back in June of last year on the jsr-314-open mailing list, there was discussion on the need for a tree visit hint to indicate that iterating components (like UIData) should not iterate during the visit. At that point it was too late to add a new VisitHint enum value to the 2.0.x

Re: SKIP_ITERATION tree visit support

2011-02-08 Thread Andy Schwartz
Decided to break this up into 2 issues: MYFACES-3036 Support SKIP_ITERATION FacesContext property MYFACES-3037 Children of iterating components receive multiple PostRestoreStateEvents A solution for the first issue would make fixing the second issue very easy. Andy

Re: SKIP_ITERATION tree visit support

2011-02-08 Thread Martin Marinschek
Hi Andy, certainly needs to be fixed on this side of the fence as well ;) best regards, Martin On 2/8/11, Andy Schwartz andy.g.schwa...@gmail.com wrote: Decided to break this up into 2 issues: MYFACES-3036 Support SKIP_ITERATION FacesContext property MYFACES-3037 Children of iterating

Re: SKIP_ITERATION tree visit support

2011-02-08 Thread Andy Schwartz
On Tue, Feb 8, 2011 at 4:28 PM, Martin Marinschek mmarinsc...@apache.org wrote: certainly needs to be fixed on this side of the fence as well ;) Looks like Leonardo has already checked in fixes for both of my issues. That was fast. :-) Thanks Leonardo! Andy