Re: fmt:formatDate and fmt:setLocale problem

2007-10-30 Thread Jdev123
Hi , Even i am facing the problem with the locale setting. I tried what ever you mentioned but all in vain if you have found any solution please help. kschneid wrote: Per the spec, make sure fmt:setLocale is placed at the beginning of the page, or at least before any other i18n-capable

Re: fmt:formatDate and fmt:setLocale problem

2007-10-30 Thread Kris Schneider
On 10/30/07, Jdev123 [EMAIL PROTECTED] wrote: Hi , Even i am facing the problem with the locale setting. I tried what ever you mentioned but all in vain if you have found any solution please help. Can you try running the test I previously posted and include your results? Create a JSP with

Re: fmt:formatDate and fmt:setLocale problem

2007-10-30 Thread Jdev123
Hi, Thanks for the Quick response. I tried making an new page and the locale was proper as shown below.. Config locale: en_GB Response locale: en_GB Date: 30/10/2007 But when i tried implementing that in the actual page where i need , it failed to change the locale for the response

Re: fmt:formatDate and fmt:setLocale problem

2007-10-30 Thread Kris Schneider
On 10/30/07, Jdev123 [EMAIL PROTECTED] wrote: Hi, Thanks for the Quick response. I tried making an new page and the locale was proper as shown below.. Config locale: en_GB Response locale: en_GB Date: 30/10/2007 But when i tried implementing that in the actual page where i need , it

fmt:formatDate and fmt:setLocale problem

2007-06-28 Thread Java Programmer
Hi, I have problem with using fmt:formatDate and fmt:setLocale - I use: fmt:setLocale value=pl_PL / fmt:formatDate value=${loggeduser.createDate} type=date dateStyle=MEDIUM / But my browser sends en_EN locale as prefered, so I cannot get date formated in pl_PL they are always formated with

Re: fmt:formatDate and fmt:setLocale problem

2007-06-28 Thread Kris Schneider
Per the spec, make sure fmt:setLocale is placed at the beginning of the page, or at least before any other i18n-capable formatting actions. Can you try the following: %@ page contentType=text/plain import=javax.servlet.jsp.jstl.core.Config % %@ taglib prefix=fmt