Ver Mensaje Individual
  #2 (permalink)  
Antiguo 29/08/2008, 13:35
Avatar de [NiRVaNa]
[NiRVaNa]
 
Fecha de Ingreso: abril-2004
Ubicación: Someplace In The Middle Of Nowhere!
Mensajes: 325
Antigüedad: 20 años, 1 mes
Puntos: 6
Respuesta: Dar formato a un List en base a un Objeto

Nadie? Estuve intentando sacarlos con un iterator de esta forma
Código:
List<Reportes> list;
while (it.hasNext()) {
     Reportes reporte = (Reportes) it.next();
     list.add(reportes);
}
Pero me da un classCastException... Ya van 3 dias sin poder solucionar esto :(