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
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
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?
3 matches
Mail list logo