RE: context value

2008-09-22 Thread rageice
e real problem is that an attribute, contained in the context, exists in a first stuts action, and not in a second one. And the two actions are the one after the other, like in my example: http://www.nabble.com/context-value-to19593451.html I hope I am clear. Thanks in advance. mgainty wrot

RE: context value

2008-09-21 Thread Martin Gainty
se content contained within this transmission. > Date: Sun, 21 Sep 2008 04:07:53 -0700 > From: [EMAIL PROTECTED] > To: user@struts.apache.org > Subject: context value > > > Hello, sorry for my bad english. > > Does someone knows why a context value could be lost between

context value

2008-09-21 Thread rageice
Hello, sorry for my bad english. Does someone knows why a context value could be lost between two struts actions? For an example, In SecondAction: req.getSession(true).getServletContext().getAttribute("key")) returns "value", In ThirdAction: req.getSession(tru