Ver Mensaje Individual
  #3 (permalink)  
Antiguo 10/03/2015, 02:28
Avatar de Profesor_Falken
Profesor_Falken
 
Fecha de Ingreso: agosto-2014
Ubicación: Mountain View
Mensajes: 1.323
Antigüedad: 9 años, 9 meses
Puntos: 182
Respuesta: Problema en mostrar datos en JSP

Buenas,

Por cada comprador estas reiniciando el array de compradores:

Código Java:
Ver original
  1. String [] COMPRADORES = new String[columnCount];
  2.             String [] VENTATOTAL = new String[columnCount];
  3.                String [] COSTOTOTAL = new String[columnCount];
  4.               String [] MARGEN = new String[columnCount];
  5.                String [] CANTIDAD = new String[columnCount];

Tienes que sacar este codigo del bucle while.

Un saludo
__________________
If to err is human, then programmers are the most human of us