Hi!

2010/5/1 Sergio Lopes <[email protected]>

> 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 one of the tags you are using requests session support internally.


-- 
Bye,
 Patrick Cornelißen
 http://www.openprojectguide.org
 http://www.pcornelissen.de http://code.google.com/p/gloudy/

-- 
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.

Reply via email to