Try the below workaround code:
if (fc.getViewRoot() == null) {
UIViewRoot root = new
UIViewRoot();
root.setViewId("");
fc.setViewRoot(root);
}
fc.getApplication().getNavigationHandler().handleNavigation(fc, null,
"notlogged");
Best,
Mateus
--
[Message sent by forum member 'mateus']
View Post: http://forums.java.net/node/788365