Pretty self explanitory, #{testObj} is null. What is testObj, where is
it defined?
On 6/1/07, Anupama Dande <[EMAIL PROTECTED]> wrote:
Hi All,
I am trying to figure out solution for the following problem since 2
days.
Problem:
Whenever I use a binding in the
<tr:table ....
binding="#{testObj.testListTable }" >
it is giving me an error as follows.
SEVERE: Error Rendering View[/common/xhtml/test.xhtml]
javax.faces.el.PropertyNotFoundException:
/common/xhtml/test.xhtml @61,34 binding="#{ testObj.testListTable": Target
Unreachable, identifier 'testObj' resolved to null
Any help is highly appreciated.
Thanks,
Anu