Hi Andrew,
Went through the Jars list
jsf-api.jar
jsf-facelets.jar
jsf-impl-messages.jar
jsf-impl.jar
jstl.jar
myfaces-api-1.1.5.jar
myfaces-impl-1.1.4.jar
tagHandlers-0.9.jar
tomahawk-1.1.3.jar
trinidad-api-incubator-m1-SNAPSHOT.jar
trinidad-impl-incubator-m1-SNAPSHOT.jar
I was thinking maybe the jsf-api and myfaces-api-1.1.5 are the same
implementations.. and maybe you can help me out with others.
And I don't have any exceptions during application deployment & startup.
Thanks,
Anu
On 6/1/07, Andrew Robinson <[EMAIL PROTECTED]> wrote:
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
> > >
> >
>
>