thanks for catching the NPE. I'll go and have a try with your changes. I hope I have the configuration right - I'm not 100% sure but at least I have the trinidad filter installed. Does anyone of you have experience with JSF-Spring/MyFaces/Trinidad? Could that be the cause?
ah, you mean the sf project, from the German mindmatters? I played around that last year or so, currently I am on spring 2.0 which supports new scopes like "session".
I get strange behaviour after using the login form - the first page of my app. Firefox shows a javascript error and does nothing (I stay on the login page); IE7 submits the form and displays the NPE mentioned earlier.
providing code / errors is good in case of that. If you need a *template* for something like "Using MyFaces, Trinidad, Facelets, Shale, Spring 2.0, JPA and Toplink Essentials" take a look here: http://code.google.com/p/facesgoodies/ (you currently need Shale 1.10-SNAPSHOT and MyFaces 1.1.5-SNAPSHOT also a Trinidad build)
I'm going to search the list for similiar issues but maybe someone has a hint? Cheers, Christopher Adam Winer schrieb: > Hrm, odd that you'd see this NPE without it. At any rate, > I'll put a null check in so this exception will go away (and > make it easier to diagnose the issue in the future). > > -- Adam > > > On 1/22/07, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: >> did you install the Trinidad Filter? >> >> >> >> On 1/22/07, Christopher Cudennec <[EMAIL PROTECTED]> wrote: >> > Hi, >> > >> > I'm trying to set up trinidad using the latest snapshot. >> Unfortunately I >> > only get a NullPointerException: >> > >> > java.lang.NullPointerException >> > >> org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.PartialPageUtils.isPartialRequest(PartialPageUtils.java:47) >> >> > >> org.apache.myfaces.trinidadinternal.renderkit.core.CoreRenderKit.shortCircuitRenderView(CoreRenderKit.java:292) >> >> > >> > >> org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:157) >> >> > >> > >> > Could some misconfiguration be the cause of the exception? As I said, >> > I'm just trying to change the configuration of my project to integrate >> > trindiad. Any ideas about it? >> > >> > Thanks, >> > >> > Christopher >> > >> >> >> -- >> Matthias Wessendorf >> http://tinyurl.com/fmywh >> >> further stuff: >> blog: http://jroller.com/page/mwessendorf >> mail: mwessendorf-at-gmail-dot-com >> > >
-- Matthias Wessendorf http://tinyurl.com/fmywh further stuff: blog: http://jroller.com/page/mwessendorf mail: mwessendorf-at-gmail-dot-com
