Navigator7 forward doesn't work.

I tried

Navigator nav = MyNavigableApplication.getCurrentNavigableAppLevelWindow().getNavigator();
nav.navigateTo(new PageResource(TestPage.class, “”));

TestPage constructor gets called, but in browser only header and footer is shown.