I've run into a problem with the latest version of MyFaces. There was a code change to the MyFaces JspViewHandler is no longer setting the view id b/c of JSF spec issues. So ShaleViewHandler is returning null in the following line of setupViewController:
String viewName = viewControllerMapper.mapViewId(viewId); Is our interpretation of the spec correct here or is there a problem with assumptions being made in Shale? sean
