A non-primitive member variable is null.
Check your objects in your managed bean and make sure you create a new one.
public class MyManagedBean
{
private MyInnerClass inner = null;
getInner...
setInner..
}
You will get this if you do #{myManagedBean.inner.something}.
I believe if you do inner = new MyInnerClass() will solve your problems.
Or I think if you add a managed property of inner to your myManageBean
and initialize it with a managed bean myInnerClass it will create it
for you automatically.
Shawn
From: "Leyzerzon, Simeon" <[EMAIL PROTECTED]>
To: "'[email protected]'" <[email protected]>
Date: Mon, 26 Mar 2007 15:51:44 -0400
Subject: javax.faces.el.PropertyNotFoundException: Base is null
I'm getting the following exception when clicking on paginator or
command link in facilityTab.jsp:
javax.faces.el.PropertyNotFoundException: Base is null: .facility at
org.apache.myfaces.el.ValueBindingImpl.resolveToBaseAndPropert