Search:

Type: Posts; User: vanlaine91

Search: Search took 0.10 seconds.

  1. Re: how to get each value in array list MVC

    okay thanks noted :D
  2. Re: how to get each value in array list MVC

    hahahahaha ... thanks for the advise!
    I found the culprit :D

    I should have put the areavo inside the while loop.

    rs = stmt.executeQuery();
    while (rs.next()) {
    RepPlanSummaryVO...
  3. how to get each value in array list MVC

    Hi Everyone!

    the log shows the correct values to my query in SQL Script and store it to my array list.
    But when I tried to retrieve the data in the controller, only the last value repeatedly...
Results 1 to 3 of 3