2 Replies Latest reply on May 20, 2006 4:16 AM by kukeltje

    TaskInstance is null inside ActionHandler?

    dserodio

      Inside my ActionHandler, I need to get the actorId of the current user, but executionContext.getTaskInstance().getActorId() gives me a NullPointerException because executionContext.getTaskInstance() returns null...

      Shouldn't the ExecutionContext hold a reference to the TaskInstance?