I am getting that error for NO reason.
com.sun.faces.context.PartialViewContextImpl$PhaseAwareVisitCallback visit
SEVERE: java.lang.NullPointerException
Above error printed as complete error log by application server, there is not any stack trace or anything else. I have switched to debug log mode for WebLogic but nothing else printed.
Obviously I have done sth. that causes this internal error but can not find any reason.
Log is printed just after that statement:
return "pm:searchResultMap";
That statement refers to navigation command to another page. searchResultMap
is the ID of the page that is wanted to browse:
<pm:view id="searchResultMap">
Also browser log says nothing. This is an emergency and I am really going crazy! Maybe this is about page structure:
<!--
author: Ömer Faruk Almalı
-->
<pm:page>
<pm:view id="searchResultMap">
<pm:header >
<turkcell:header/>
</pm:header>
<h:form id="map_content">
<pm:content>
<p:layout>
//content//
</p:layout>
<turkcell:footer name="searchResultMap"/>
</pm:content>
</h:form>
</pm:view>
</pm:page>
</f:view>
WebLogic 10.3.4.02, Javax Faces 2.1.11, PrimeFaces 3.3.1, PrimeFaces Mobile 0.9.3, Windows 7 Professional