Well as i found out, session attributes don't always guarantee that
they are sent back to the same JVM thus i keep getting null objects in
my view. While i saw a similar discussion before the only examples i
found were for Python. I'm looking for a simple java example that
saves an object in the servlet and retrieves it in the jsp.

On Nov 9, 5:44 pm, victor <victoraco...@gmail.com> wrote:
> What issue are you encountering?
>
> When you make changes to a session object state, make sure to
> explicitly call the session.setAttribute("<you session ID>", <you
> modified session state object>) again.
>
> i think there is an issue discussed about this before.
>
> On Nov 9, 10:58 am, IlyaE <ilyaelk...@gmail.com> wrote:
>
>
>
> > Does anyone have a java session handleing example? It seems that
> > saving objects in the session only works locally.
--~--~---------~--~----~------------~-------~--~----~
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 google-appengine-java@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to