Hell to recurring PropertyNotFoundException Problem
Recurring PropertyNotFoundException Problem
Environment:
Window 2003 Server
Netbean 5.5 with Visual web 5.5
Assumption:
Not a novice
Problem:
IDE log says:
Caused by: javax.el.ELException: javax.faces.el.EvaluationException: javax.el.ELException: javax.faces.el.PropertyNotFoundException: addressFormBeanat javax.faces.component.ValueExpressionValueBindingAdapter.getValue(ValueExpressi onValueBindingAdapter.java:76) at javax.faces.component.UIComponentBase.isRendered(UIComponentBase.java:402)
This is rubbish! 慳ddressFormBean? is in my backing bean as it has been for the last two days. Yesterday, it was in the 慜utline?under the root of the page but not any more, although it is still in the backing bean with get/setter methods. I return to it today to find the aforementioned error.
My question is whether there is a meta or hidden file interfering with the pages and/or backing bean or is this a bug? How frustrating to spend a whole day trying to find the real cause to no avail. Last time it happened, I deleted and recreated the page and backing bean. Now I know why one needs lots of coffee (java logo) to work with java.

