Johannes Hiemer wrote:
Hi hicham,
yes I am, I implemented something similiar to the pageLoad of .NET. It runs the 
populateBean just before Render_response and the data exists. Already checked 
that, the screenshot I took was created at breakpoint within this method:
        
public void pageLoad() {
                populateRequestBean();
        }

And as the error-message indicates, there is a value in the bean, but it can't reference it.

Could be indeed a lazy loading issue, you might run into a proxy from the hibernate side of things which cannot be resolved at the rendering stage...

Werner

Reply via email to