Re: setting locale

2003-10-27 Thread Ruth, Brice
I don't believe that the locale object in pageContext.request will be updated by the fmt JSTL that you're using - but, the locale sensitive JSTL tags for formatting numbers & dates should pick it up correctly ... is that working? e wrote: What's wrong with this picture? I can't seem to set

setting locale

2003-10-27 Thread e
What's wrong with this picture? I can't seem to set the locale correctly - it always prints out as en_US. <%@ taglib prefix="f" uri="http://java.sun.com/jstl/fmt"; %> <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core"; %> -

Setting locale after a buffer flush

2003-06-20 Thread Leon Doud
While using the formatDate tag an error occurs if the buffer is already flushed. Is there a better way to avoid this problem with large JSPs then setting the buffer to a very large amount? Is there a way to get the tag not to set the locale? Example of the error: <%@ taglib prefix="fmt" uri="ht