Re: formatDate sometimes doesn't render right

2004-07-13 Thread Leonard Sitongia
On Jun 25, 2004, at 11:29 AM, Leonard Sitongia wrote: On Jun 25, 2004, at 9:16 AM, Kris Schneider wrote: Have you tried testing without the tag? Thank you for your quick response, Kris. Yes I've tried without the cache tags, but the problem is intermittent. I can do many page reloads and not see

Re: formatDate sometimes doesn't render right

2004-06-25 Thread Kris Schneider
Next thing I'd try is eliminating Standard completely: <%@ page import="java.text.SimpleDateFormat" %> <%= new SimpleDateFormat("MMM dd, ").format(pageContext.findAttribute("release")) %> Quoting Leonard Sitongia <[EMAIL PROTECTED]>: > > On Jun 25, 2004, at 9:16 AM, Kris Schneider wrote:

Re: formatDate sometimes doesn't render right

2004-06-25 Thread Leonard Sitongia
On Jun 25, 2004, at 9:16 AM, Kris Schneider wrote: Have you tried testing without the tag? Thank you for your quick response, Kris. Yes I've tried without the cache tags, but the problem is intermittent. I can do many page reloads and not see it. It comes up a few times a week. I've posted to

Re: formatDate sometimes doesn't render right

2004-06-25 Thread Kris Schneider
Have you tried testing without the tag? Quoting Leonard Sitongia <[EMAIL PROTECTED]>: > Hi, > > The format taglib formatDate tag sometimes doesn't return the formatted > date. > > My JSP has a fragment that looks like this: > > > > > > (The cache tag library is from OpenSymphony.)

formatDate sometimes doesn't render right

2004-06-25 Thread Leonard Sitongia
Hi, The format taglib formatDate tag sometimes doesn't return the formatted date. My JSP has a fragment that looks like this: (The cache tag library is from OpenSymphony.) Most of the time, the page will show a date like Jun 11, 2004. Sometimes it will show the raw date format, like