Re: bean:write formatKey tag

2011-08-30 Thread Dave Newton
Man, I hope so, otherwise it's gonna be like five years past its delivery date. Dave On Tue, Aug 30, 2011 at 7:48 AM, bvikas wrote: > Hello, > > Did you find a solution to the above problem? What is the solution? Did you > have to use localeKey attribute or is the solution something different?

Re: bean:write formatKey tag

2011-08-30 Thread bvikas
Hello, Did you find a solution to the above problem? What is the solution? Did you have to use localeKey attribute or is the solution something different? Please post. Thanks Vikas -- View this message in context: http://struts.1045723.n5.nabble.com/bean-write-formatKey-tag-tp3452029p4749744.h

Re: bean:write formatKey tag

2006-09-25 Thread Ilja S.
And I was looking more on this question and seems that keypoint of this that when I use "format" property DecimalFormat applyPattern(String pattern) method is called, and when "formatKey" property is used then applyLocalizedPattern(String pattern) method is called. So seems that in resource fi

Re: bean:write formatKey tag

2006-09-25 Thread Ilja S.
Hi Thanks for reply but I'm still confused What you mean "expected behavior"? In link to bugzilla you provided this is considered as a bug and it says it is fixed in Struts 1.2 family. I'm using 1.2.9 As I understood this tag should format according to current locale. All I want that numbers wer

Re: bean:write formatKey tag

2006-09-22 Thread Christopher Goldman
On Fri, 2006-09-22 at 17:30 +0300, Ilja S. wrote: > Hello > Could you please explain why i get "JspException: Wrong format string: > '###,###.00' " when I use when > other then "EN" locale is in user's session? > > At the same time if use "format" tag > then no matter what locale is in sessio

Re: bean:write formatKey tag

2006-09-22 Thread Chris Pratt
I'm just guessing but is global.format missing from your other ApplicationResource files? Maybe it's trying to tell you it couldn't find the right format string for the users browser, not that the string itself is invalid. (*Chris*) On 9/22/06, Ilja S. <[EMAIL PROTECTED]> wrote: Hello Could y