@Test(enabled = true)
public void testPostbackConditionOnPageAction()
{
FacesContext facesContext = FacesContext.getCurrentInstance();
simulatePostback(facesContext);
TestActions testActions = TestActions.instance();
facesContext.getViewRoot().setViewId("/action-test06.xhtml");
Pages.instance().preRender(facesContext);
assertViewId(facesContext, "/action-test06.xhtml");
assertActionCalls(testActions, new String[] { "nonNullActionA" });