yre
>> To: Struts Users Mailing List
>> Sent: Mon, 11 May 2009 11:44 am
>> Subject: Re: Converter trying to set String on int field
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> After some further investigation I found that any arr
gt; I bet it has something to do with a null not being assignable to an int.
> Chris
>
>
>
>
>
>
>
> -Original Message-
> From: Richard Sayre
> To: Struts Users Mailing List
> Sent: Mon, 11 May 2009 11:44 am
> Subject: Re: Converter trying to set St
I bet it has something to do with a null not being assignable to an int.
Chris
-Original Message-
From: Richard Sayre
To: Struts Users Mailing List
Sent: Mon, 11 May 2009 11:44 am
Subject: Re: Converter trying to set String on int field
After some further
After some further investigation I found that any array type that has
no values from the form on submit will call setXXX(String).
I checked the source of
com.opensymphony.xwork2.util.XWorkBasicConverter and this is the first
thing it does:
if (value == null || toType.isAssignableFrom(value.getCla
4 matches
Mail list logo