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:

    <td><fmt:formatDate value="${post.created}" pattern="MMM dd yyyy"
type="date" /></td>

Which results in the following error:

    Session support is not enabled in appengine-web.xml.  To enable
sessions, put <sessions-enabled>true</sessions-enabled> in that file.

If I enable sessions then the page loads as expected. I've tried
setting the scope / var attributes on formatDate without any luck.

I'd appreciate any help, thanks.

--

You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.


Reply via email to