I'm trying to return a list from a Java webservice, but in the HTML page it goes blank, I can not see my error, below the code.
@Path("/contatos")
public class ContatoResource {
static private Map<Integer, Contato> contatosMa...
asked by
12.06.2015 / 17:41