You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Nicolás Pace <ni...@gmail.com> on 2007/07/20 15:40:54 UTC

Problem with parameter conversion

Hello list!
I'm having the next problem:
I'm using a <s:datepicker type="time"> 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: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Problem with parameter conversion

Posted by Nicolás Pace <ni...@gmail.com>.
On 7/20/07, Nicolás Pace <ni...@gmail.com> wrote:
> Hello list!
> I'm having the next problem:
> I'm using a <s:datepicker type="time"> 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: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org