ADF Error testing property in bean [message #231380] |
Mon, 16 April 2007 18:53 |
fucuyama
Messages: 2 Registered: April 2007 Location: Mexico
|
Junior Member |
|
|
Hi, i have this strange problem.
I have a data table that send me to the detail page. When i deploy my app on the OAS it works ok, but when i run it on my jdeveloper i get this error and i havent been able to figure out why this happens, i hope i can get a clue or hint from you, it works perfectly deployed! thanks!
GRAVE: Error testing property 'Fistatus' in bean of type null
javax.faces.el.PropertyNotFoundException: Error testing property 'Fistatus' in bean of type null
at com.sun.faces.el.PropertyResolverImpl.isReadOnly(PropertyResolverImpl.java:274)
at oracle.adfinternal.view.faces.model.FacesPropertyResolver.isReadOnly(FacesPropertyResolver.java:124)
....
07/04/16 23:32:08 javax.servlet.ServletException: Error testing property 'Fistatus' in bean of type null
07/04/16 23:32:08 at javax.faces.webapp.FacesServlet.service(FacesServlet.java:225)
07/04/16 23:32:08 at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
07/04/16 23:32:08 at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:228)
07/04/16 23:32:08 ERROR EN doFilterError testing property 'Fistatus' in bean of type null
07/04/16 23:32:08 javax.servlet.ServletException: Error testing property 'Fistatus' in bean of type null
07/04/16 23:32:08 at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:197)
07/04/16 23:32:08 at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:123)
07/04/16 23:32:08 at oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:103)
....
its confunsing :S
|
|
|