Re: [tobago] javax.faces.el.PropertyNotFoundException: Base is null:

2007-06-19 Thread Zied Hamdi
Hi Again Volker, Sorry for the delay, something not very explainable (to me) happened: I was trying to make the exception more verbose about: on wich path it occurs etc.. so I copied the source of ValueBindingImpl to my project and added some text to the exception: Surprisingly, my systematical

Re: [tobago] javax.faces.el.PropertyNotFoundException: Base is null:

2007-06-19 Thread Volker Weber
Hi Zied, adress is infact a declared managed bean in faces config (at a moment I thougth there is a conflict with a request attribute with the same name, but the code is now working so the problem isn't there). This could be the problem. If the value of the request attribute is null this may

Re: [tobago] javax.faces.el.PropertyNotFoundException: Base is null:

2007-06-19 Thread Zied Hamdi
Hi Volker, I took a look at forums on the net, some of them infact said the problem is using RI and myfaces (in that case I think we see it in the stack trace because we have RI classes calls instead of myfaces in the call to org.apache.myfaces.tobago.renderkit.RendererBase.getConverter( Renderer

Re: [tobago] javax.faces.el.PropertyNotFoundException: Base is null:

2007-06-19 Thread Volker Weber
Hi, javax.faces.el.PropertyNotFoundException: Base is null: adress is 'adress' a managed bean from faces-config.xml? Another frequent reason fot this problem is using RI and myfaces implementations together in the same app. What did you mean by 'when I call a url'? Click on a button/link in

[tobago] javax.faces.el.PropertyNotFoundException: Base is null:

2007-06-18 Thread Zied Hamdi
Hi freinds :-), I have bad news, this exception is probably the most known of JSF but I didn't find any anwser about it on the net, it appears and disappears without warning: For my case, I can reproduce it systematically when I call a url, all the application becomes instable and no more action