I'm getting a very strange exception with the generated code from
my .tag file:
javax.servlet.jsp.JspException: Session support is not enabled in
appengine-web.xml. To enable sessions, put <sessions-enabled>true</
sessions-enabled> in that file. Without it, getSession() is allowed,
but manipulation of sessionattributes is not.
at
org.apache.jsp.tag.web.calendario_tag.doTag(calendario_tag.java:155)
My application has session-enabled set to false and the tagfile
metioned doesn't have any call to session attributes.
Maybe it's something strange with the generated class file.
Where can I found those compiled files?
Tks
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" 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?hl=en.