Re: NullPointerException in _popComponentFromContext
Re: NullPointerException in _popComponentFromContext
- Subject: Re: NullPointerException in _popComponentFromContext
- From: "Ricardo J. Parada" <email@hidden>
- Date: Thu, 25 Jun 2009 22:10:55 -0400
On Jun 25, 2009, at 9:53 PM, Chuck Hill wrote:
Sigh...
Does anybody see anything obvious in this stack trace? I used to
have this exception ages ago and it was obscure. I don't recall
what ended up fixing it exactly but now that I moved my application
to Wonder I'm running into this again and haven't figured out yet
why or how to fix it. Any ideas?? Pleeeassee!! :-)
I have seen this before. It is caused by the context not knowing
the current component. This is hitting some action method. What is
it returning?
I see in the stack trace that it's going through the invokeAction
phase. But the action method that is supposed to get called has not
been called yet. I set a breakpoint in the method that it's supposed
to get called but I hit the exception first and the action method
never gets called.
I'll set a breakpoint in the invokeAction() method of the component
that is supposed to call the action to see how things look from there.
From what I can tell the _popComponentFromContext() gets the current
component from the context and then to message it and throws the null
pointer exception because the current component is null for some
obscure reason.
Anyways, I'm taking a look at the invokeAction in my component.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden