Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Replies
    5
    Views
    1,367

    Re: Cannot find symbol method getPrice()?

    I'd work on one problem at a time. Trying to do more will be confusing.

    When you call a method that belongs to a class, you must have a reference to an instance of that class.
    What data...
  2. Replies
    5
    Views
    1,367

    Re: Cannot find symbol method getPrice()?

    First quote says "I have...". The second asks about creating a method. I'm confused.

    You need to look at the classes and where the data is that is to be updated and have the method located where...
  3. Replies
    5
    Views
    1,367

    Re: Cannot find symbol method getPrice()?

    The array: collection must be defined as an array of Product objects. collection[i] is must be a Product object.
Results 1 to 3 of 3