Hi all, When data is changed from the DB the JSP shows it to the user. The problem is that the JSP doesn't reload with the new data until I close session and start it again.
My flow is like this: USer sign in (start session) -> goes to XXX.jsp and fetchs data from the DB -> data is changed from the DB -> XXX.jsp does not show the new data until I stop session and start it again. How can I make the JSP show me the new data? 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.
