What impl are you using RI or MyFaces? What impl version (i.e. 1.1.5)?

If MyFaces, do you have the following listener registered in your web.xml:
org.apache.myfaces.webapp.StartupServletContextListener

Make sure you have only one JSF API/impl set of Jars in your WAR.

Were there any exceptions during application deployment & startup?

On 6/1/07, Anupama Dande <[EMAIL PROTECTED]> wrote:
Hi Andrew,

      testObj is Managed Bean and is defined in the faces-config.xml as

  <managed-bean>
     <description>My Manager</description>
     <managed-bean-name>testObj</managed-bean-name>
     <managed-bean-class>myPackage.testObjMgr</managed-bean-class>
     <managed-bean-scope>request</managed-bean-scope>
  </managed-bean>

    and testListTable is UIXTable.

    And I am using Trinidad, Facelets, Tomahawk.

Thanks,
Anu




On 6/1/07, Andrew Robinson < [EMAIL PROTECTED] > wrote:
> 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
> >
>


Reply via email to