Hello all,
i got a problem with an input text field in my webdynpro application. This textfield is used to enter an float digit like 50.3, i have bound the field to a note with the value float and everything works fine, almost.
There is just one strange thing happend. If the user is logged on with german language settings and he tipes 50.3 into the field i got the number 503, if he puts 50,3 into the field a got the right value 50,3. The same happens the other way arround if the user is locked on with english language settings.
Is there anyway to tell the application that the node should accept both seperators '.' as well as ',' and not just kick out the a wrong seperator if the language doesnt fit? If somebody has an idea, that would be great 😊
Regards,
Andre