Problem with parameter

2010-06-09 Thread Fabio Perfetti
Hi all, i have this jsp: ... Mostra ${_paziente.nome} ${_paziente.cognome} ${_paziente.luogoNascita} ... and this is the method for the action show: public String show() throws Exception { try { paziente = pazienteDao.get(paziente.getId()); System.out.println("PAZIENTE:" + pa

Re: Problem with parameter conversion

2007-08-28 Thread Nicolás Pace
On 7/20/07, Nicolás Pace <[EMAIL PROTECTED]> wrote: > Hello list! > I'm having the next problem: > I'm using a for picking time :P > the problem is that when i submit the form, apache throws > Jul 20, 2007 10:42:37 AM org.apache.tomcat.util.http.Parameters > processParameters > WARNING: Parameters

Problem with parameter conversion

2007-07-20 Thread Nicolás Pace
Hello list! I'm having the next problem: I'm using a for picking time :P the problem is that when i submit the form, apache throws Jul 20, 2007 10:42:37 AM org.apache.tomcat.util.http.Parameters processParameters WARNING: Parameters: Invalid chunk ignored. What does it mean? how can i solve it?