I am using Struts2.0.8. By default tags like <s:text..> , <s:checkbox fieldValue=${questionId} /> etc.. giving the value with commas (Ex: 2456 is displaying as 2,456). I don't want comma to be displayed. One way is to specify the format in .properties file and set the format such a way that comma doesn't appear. But I want to disable this behavior in entire site. Any Idea on how I can disable this feature so that I get the numbers without any commas?
Thanks Kiran -- View this message in context: http://www.nabble.com/Struts2---disabling-the-formatting-tp14911010p14911010.html Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]