the collection property in your action or
>>> object)
>>>
>>> Regards.
>>>
>>> [1]
>>> https://struts.apache.org/core-developers/type-conversion.html#collection-and-map-support
>>>
>>>> -Original Message-
>
ion property in your action or
>> object)
>>
>> Regards.
>>
>> [1]
>> https://struts.apache.org/core-developers/type-conversion.html#collection-and-map-support
>>
>>> -Original Message-
>>> From: Prasanth
>>> Sent: Friday, F
nversion.html#collection-and-map-support
>
>> -Original Message-
>> From: Prasanth
>> Sent: Friday, February 15, 2019 9:08 PM
>> To: user@struts.apache.org
>> Subject: Re: Map backed form
>>
>> Does struts follow a specific logic as to what the
ry 15, 2019 9:08 PM
>> To: user@struts.apache.org
>> Subject: Re: Map backed form
>>
>> Does struts follow a specific logic as to what the data type of the object
>> would be
>> based on user input? Meaning when is it converted to a Double vs Integer vs
>> S
sob., 16 lut 2019 o 10:28 Yasser Zamani napisał(a):
>
> I think a file named yourActionClass-conversion.properties beside your action
> with following contents should help [1]:
>
> Key_xxx=java.lang.Long
> Element_xxx=java.lang.Double
>
> (where xxx is the field name of the collection property in
/core-developers/type-conversion.html#collection-and-map-support
>-Original Message-
>From: Prasanth
>Sent: Friday, February 15, 2019 9:08 PM
>To: user@struts.apache.org
>Subject: Re: Map backed form
>
>Does struts follow a specific logic as to what the data type of
Does struts follow a specific logic as to what the data type of the object
would be based on user input? Meaning when is it converted to a Double vs
Integer vs String?
Thanks,
Prasanth
On 2/15/19 7:45 AM, Lukasz Lenart wrote:
> pt., 15 lut 2019 o 00:17 Prasanth napisał(a):
>> I have a map (Map
pt., 15 lut 2019 o 00:17 Prasanth napisał(a):
> I have a map (Map) but based on the data entered by the user
> the value in the Map is Double or String. Example if the user enters a value
> of 10 then it is coming in as double but if the
> user enters 10.5 then a string is present in the value.
Not if it will be useful to you but when I generate dynamic forms I do
the following thing:
The form definition:
...
And then
The select:
If option is selected String[] contains the Value else contains null.
The String[] size is the select options size.
I hope to
document.forms[0]['dto(name)'].value
Hariharan V wrote:
Hi,
I am making use of Map backed Action form
Lets say I have named the textbox field as follows
How can I access the text field value from JavaScript
for instance I can't do something like this.
document.forms[0].dto(name).value;
(but th
10 matches
Mail list logo