RE: Issue with formatDate tags

2003-09-11 Thread MEIN, Christopher, FM
for the clear answer. Chris Mein -Original Message- From: Pierre Delisle [mailto:[EMAIL PROTECTED] Sent: 10 September 2003 18:49 To: Tag Libraries Users List Subject: Re: Issue with formatDate tags [Please note this has also been added as a comment to bug 22892.] The behavior

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

Re: Issue with formatDate tags

2003-09-10 Thread Pierre Delisle
[Please note this has also been added as a comment to bug 22892.] The behavior of the formatting tags is in accordance with the JSTL spec. With respect to the following exception: java.lang.IllegalStateException: Response is already committed! the spec clearly states in section 8.4 that: This