Re: JSF 2.2 Exit Flow

2014-01-19 Thread Leonardo Uribe
Hi You can do what you want creating a custom ViewHandler and overriding createView(...) method like this: @Override public UIViewRoot createView(FacesContext context, String viewId) { UIViewRoot root = super.createView(context, viewId); if (root != null) {

Re: JSF / MyFaces 2.2

2014-01-19 Thread Howard W. Smith, Jr.
On Sat, Jan 18, 2014 at 3:14 AM, Michael Kurz wrote: > You can have a look at my blog http://jsflive.wordpress.com/. I wrote > some articles about JSF 2.2 features. > > Regards > Michael > +1 wow, Michael, so many blog posts related to JSF 2.2. Thanks! While scrolling through the list of your b