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: Invalid chunk ignored.
I will answer to myself!!
Debugging Tomcat (yeah!!!) i discovered that those warnings are sent
when tomcat finds something like this "&=&otherprop=dgasg&", a prop
without name and value.
Bye

*Nico

>
> What does it mean? how can i solve it?
>
> The object i'm mapping this value is a java.util.Date, maybe "13:00"
> is not a complete date?
>
> Thanks!!!
>
> Nickar
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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?

The object i'm mapping this value is a java.util.Date, maybe "13:00"
is not a complete date?

Thanks!!!

Nickar

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]