dev@javaserverfaces.java.net

Re: Review: http://java.net/jira/browse/JAVASERVERFACES-1929

From: Andy Schwartz <andy.g.schwartz_at_gmail.com>
Date: Wed, 16 Feb 2011 13:54:16 -0500

Hey Roger -

Looks good - thanks for getting this in! Only small suggestion would
be to put the visitTree() calls inside of a try/finally block so that
we could guarantee that the "javax.faces.visit.SKIP_ITERATION"
FacesContext property gets cleaned up in the event of an exception
during the visit.

Andy