adf « Exception « JSF Q&A





1. javax.el.PropertyNotFoundException: Target Unreachable, 'ManagedBean' returned null    stackoverflow.com

I am new in ADF JSF please assist, I am trying to map my Managed bean scope like request ,pageFlow and backingBean . but getting following errors,

ManagedBean -- Scope =  request 
Error ...

2. Error getting the rendered property for a table in Oracle ADF Faces    stackoverflow.com

I'm trying to render/not render a table during the preRender Fase. I'm using jDev 10.3.1.4 I set up a table with the "rendered" attribute set like this:

<af:table binding="#{backingBean.table1}" banding="row"
    ...