Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Thread: console error

    by Norm
    Replies
    7
    Views
    1,091

    Re: console error

    Please explain. What does the getName() method return? An empty String? Like ""?

    Are you still getting the NullPointerException?
  2. Thread: console error

    by Norm
    Replies
    7
    Views
    1,091

    Re: console error

    I wasn't asking what the values of those variables should be or what they could be.
    I was asking what their values were just before the exception happened. If one is null, that will cause the...
  3. Thread: console error

    by Norm
    Replies
    7
    Views
    1,091

    Re: console error

    What are the values of:
    name
    and
    staff[i]
  4. Thread: console error

    by Norm
    Replies
    7
    Views
    1,091

    Re: console error

    There is a variable with a null value on line 33. Look at line 33 in the your source and see what variable is null. Then backtrack in the code to see why that variable does not have a valid value....
Results 1 to 4 of 4