Closed josemprb closed 7 years ago
// NULL POINTER EXCEPTION AQUI String q2 = "from plantilla where liga = :liga"; Query query2 = ses.createQuery(q2); query2.setParameter("liga",id);
Another null pointer exception that i cant understand.
// NULL POINTER EXCEPTION AQUI String q2 = "from plantilla where liga = :liga"; Query query2 = ses.createQuery(q2); query2.setParameter("liga",id);
Another null pointer exception that i cant understand.