Re: [appengine-java] JSTL formatDate requires session to be on?

2009-11-30 Thread david ruescas
A similar thing has happened to me using for which I had to enable sessions. I cant remember exactly where, but the stack trace reveals that somewhere in the fmt implementation there is a call to get session. Ive left sessions on for the moment to get this working for me, but if there is other wo

[appengine-java] JSTL formatDate requires session to be on?

2009-11-30 Thread aschearer
I'm not sure if I'm doing something wrong -- I'm new to JSTL -- but when I try to format a date I get an error about session state not being enabled. For the record I am trying: Which results in the following error: Session support is not enabled in appengine-web.xml. To enable session