SWF-538 - JSFViewFactory's execution of the restore view lifecycle doesn't appear to match the JSF spec.

This commit is contained in:
Jeremy Grelle
2008-04-01 15:30:47 +00:00
parent 1d9ac8edb5
commit bc35b3d8a6
6 changed files with 35 additions and 21 deletions

View File

@@ -40,6 +40,10 @@ public class MockViewHandler extends ViewHandler {
return createViewRoot;
}
public void initView(FacesContext context) throws FacesException {
// do nothing
}
/**
* Set the view root that this mock is supposed to create
* @param createViewRoot the view to set.