Won't Fix
Details
Assignee
UnassignedUnassignedReporter
Nikita PolkovnikovNikita PolkovnikovComponents
Affects versions
Priority
Major
Details
Details
Assignee
Unassigned
UnassignedReporter
Nikita Polkovnikov
Nikita PolkovnikovComponents
Affects versions
Priority
Created August 16, 2013 at 2:02 PM
Updated April 6, 2014 at 3:51 PM
Resolved August 26, 2013 at 7:44 AM
On the tab, there is a button that starts the process.
I created a class that should open the link in a browser window.
Wrote as follows:
Executions.getCurrent (). SendRedirect ("http://google.ru", "_blank");
When the push of a button, an error "java.lang.nullpointerexception".
How can I fix it? Thank you.