Re: Map backed form

2019-02-15 Thread Prasanth
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

Re: Map backed form

2019-02-15 Thread Lukasz Lenart
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.