RE: import>

2003-09-17 Thread MEIN, Christopher, FM
Have you imported the core tag library at the top of your page? I always forget to do this and wonder why functionlaity is not working. Chris -Original Message- From: Billy Bacon [mailto:[EMAIL PROTECTED] Sent: 17 September 2003 17:22 To: Tag Libraries Users List Subject: I've looked

RE: Issue with formatDate tags

2003-09-11 Thread MEIN, Christopher, FM
ng of the response only if it has not already been set explicitely. Please check the JSTL 1.1 spec for more details (http://java/sun/com/jstl) Hope this helps, -- Pierre MEIN, Christopher, FM wrote: > Hello > > We have been having trouble with the formatDate and formatNumber tags

Issue with formatDate tags

2003-09-10 Thread MEIN, Christopher, FM
Hello We have been having trouble with the formatDate and formatNumber tags. I have outlined in some detail an issue in the bug tracker (22892) but in brief every time a format tag runs if no Locale is set it creates a default Locale and then calls ServletResponse.setLocale(). Reading the JavaDoc