Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Replies
    10
    Views
    2,064

    Re: Help! ArrayIndexOutOfBoundsException

    What is it that you want to detect by comparing the text fields?
    For example: Do any two textfields have the same value?

    If all the textfields are in an array, then going thru the array should be...
  2. Replies
    10
    Views
    2,064

    Re: Help! ArrayIndexOutOfBoundsException

    Then you mean you want to compare the contents of two text fields? Is that right?
  3. Replies
    10
    Views
    2,064

    Re: Help! ArrayIndexOutOfBoundsException

    There is a variable on line 83 that has a null value. Look at that line, find the variable and backtrack through your code to find out why and change it to give the variable a valid value.

    How do...
Results 1 to 3 of 3