What version of xwork are you using? Can you debug into this code and tell us what's null?

I looked at the latest xwork1 trunk (that method didn't exist in xwork2 trunk) and the only thing that would throw a nullpointerexception is if the stack or the context of the stack were null. Without debugging into it, it's hard to say.
Tom

Bob Lee wrote:
Any idea what would trigger this? We don't use continuations.

java.lang.NullPointerException
 com.opensymphony.xwork.DefaultActionInvocation.prepareContinuation(
DefaultActionInvocation.java:248)
 com.opensymphony.xwork.DefaultActionInvocation.createAction(
DefaultActionInvocation.java:236)
 com.opensymphony.xwork.DefaultActionInvocation.init(
DefaultActionInvocation.java:309)
 com.opensymphony.xwork.DefaultActionInvocation.<init>(
DefaultActionInvocation.java:70)
 com.opensymphony.xwork.DefaultActionInvocation.<init>(
DefaultActionInvocation.java:63)
 com.opensymphony.xwork.DefaultActionProxyFactory.createActionInvocation(
DefaultActionProxyFactory.java:28)
com.opensymphony.xwork.DefaultActionProxy.prepare(DefaultActionProxy.java
:150)
 com.opensymphony.xwork.DefaultActionProxy.<init>(DefaultActionProxy.java
:73)
 com.opensymphony.xwork.DefaultActionProxyFactory.createActionProxy(
DefaultActionProxyFactory.java:39)



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to