Hi all, I have a problem with double values. In Turkish the doubles are written as 3,5. (7 / 2 = 3,5) When I insert a value 3,5 to a double textfield, It gets it right and sends action the right double value. But when it goes back from action to jsp, it turns it to 3.5 and writes 3.5 to the related textbox. And If I again press save method as expected it realizes it as 35 and sends 35 to the action. Shouldn't it send the value from action to jsp, as it goes from jsp to action(with comma) without me defining or doing anything?
Or I have to do something else? I both tried with Explorer 6 and Firefox 2. They do the same. Their languages are set to "Turkish". The locale of my computer is "tr". Using Windows XP Professional Thanks in advance. -- View this message in context: http://www.nabble.com/-S2.0.6-Double-property-sent-from-action-to-jsp-is-wrong-in-locale-%22tr%22-tf3690414.html#a10317548 Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]