users@glassfish.java.net
Re: GF3.1 NullPointerException in NavigationHandlerImpl
This message
: [
Message body
] [ More options (
top
,
bottom
) ]
Related messages
: [
Next message
] [
Previous message
] [
In reply to
] [
Next in thread
]
Contemporary messages sorted
: [
by date
] [
by thread
] [
by subject
] [
by author
] [
by messages with attachments
]
From
: <
forums_at_java.net
>
Date
: Mon, 25 Jul 2011 01:25:42 -0500 (CDT)
Try below workaround:
if (fc.getViewRoot() == null) {
UIViewRoot root = new UIViewRoot();
root.setViewId("");
fc.setViewRoot(root);
}
-- [Message sent by forum member 'mateus'] View Post:
http://forums.java.net/node/788365
This message
: [
Message body
]
Next message
:
forums_at_java.net: "Re: GF3.1 NullPointerException in NavigationHandlerImpl"
Previous message
:
forums_at_java.net: "can not inject a ejb with CDI?"
In reply to
:
forums_at_java.net: "GF3.1 NullPointerException in NavigationHandlerImpl"
Next in thread
:
forums_at_java.net: "Re: GF3.1 NullPointerException in NavigationHandlerImpl"
Contemporary messages sorted
: [
by date
] [
by thread
] [
by subject
] [
by author
] [
by messages with attachments
]