Re: UIComponentBase.java - context.getViewRoot() returns null

2010-03-25 Thread Leonardo Uribe
estoreView method should be used. regards, Leonardo Uribe > Matthias > Original-Nachricht > > Datum: Tue, 23 Mar 2010 10:55:10 -0500 > > Von: Leonardo Uribe > > An: MyFaces Discussion > > Betreff: Re: UIComponentBase.java - context.getViewRoot()

Re: UIComponentBase.java - context.getViewRoot() returns null

2010-03-25 Thread Matthias Leis
, 23 Mar 2010 10:55:10 -0500 > Von: Leonardo Uribe > An: MyFaces Discussion > Betreff: Re: UIComponentBase.java - context.getViewRoot() returns null > Hi > > Looking the stack trace provided very carefully, I can see the problem is > not in myfaces, it is on spring class Flow

Re: UIComponentBase.java - context.getViewRoot() returns null

2010-03-23 Thread Leonardo Uribe
atthias > > Original-Nachricht > > > Datum: Tue, 23 Mar 2010 15:59:22 +0100 > > > Von: Jakob Korherr > > > An: MyFaces Discussion > > > Betreff: Re: UIComponentBase.java - context.getViewRoot() returns null > > > > &

Re: UIComponentBase.java - context.getViewRoot() returns null

2010-03-23 Thread Jakob Korherr
0100 > > Von: Jakob Korherr > > An: MyFaces Discussion > > Betreff: Re: UIComponentBase.java - context.getViewRoot() returns null > > > Hi, > > > > OK great! I'll take a look at it later ;) > > > > Regards, > > Jakob > > > >

Re: UIComponentBase.java - context.getViewRoot() returns null

2010-03-23 Thread Matthias Leis
; > > > Matthias > > Original-Nachricht > > > Datum: Tue, 23 Mar 2010 15:44:32 +0100 > > > Von: Jakob Korherr > > > An: MyFaces Discussion > > > Betreff: Re: UIComponentBase.java - context.getViewRoot() returns null > &

Re: UIComponentBase.java - context.getViewRoot() returns null

2010-03-23 Thread Jakob Korherr
work with myfaces 2, but in > generally it does. This one here is the only compatibility problem I found > (...for now ;) ) > > Matthias > Original-Nachricht > > Datum: Tue, 23 Mar 2010 15:44:32 +0100 > > Von: Jakob Korherr > > An: MyFaces

Re: UIComponentBase.java - context.getViewRoot() returns null

2010-03-23 Thread Matthias Leis
ginal-Nachricht > Datum: Tue, 23 Mar 2010 15:44:32 +0100 > Von: Jakob Korherr > An: MyFaces Discussion > Betreff: Re: UIComponentBase.java - context.getViewRoot() returns null > Hi, > > Unfortunately there is no tomahawk port for MyFaces 2.0 available yet, so > this might be

Re: UIComponentBase.java - context.getViewRoot() returns null

2010-03-23 Thread Andreas Schmidt
Hi Mathias, the tomahawk component is only available for myFaces 1.1 and 1.2 but not for myFaces 2.0. Thus I doubt that tomahawk will work with myfaces 2.0. One just has to wait until a version for Faces 2.0 is available. Andreas. Matthias Leis wrote: > > Hi, > > I'm using myfaces 2.0 beta

Re: UIComponentBase.java - context.getViewRoot() returns null

2010-03-23 Thread Jakob Korherr
Hi, Unfortunately there is no tomahawk port for MyFaces 2.0 available yet, so this might be a compatibility problem. I traced the Exception down and found out that it happens, because the RenderKitFactory returns null for the RenderKit here, see the code from UIComponentBase: String rend

UIComponentBase.java - context.getViewRoot() returns null

2010-03-23 Thread Matthias Leis
Hi, I'm using myfaces 2.0 beta 2 and currently I'm using a on my pages and everything is fine. For some reasons (sorting etc.) I want to use the (from Tomahawk 1.1.9). Now, when I click on a link inside the table, I get the following exception: java.lang.NullPointerException at javax