RE: context value

2008-09-22 Thread rageice
Thanks for your answer. I don't know what's happening with my thread but I can't see your answer on nabble. Not a problem, I can see it in an other way. But your answer doesn't explain me why the attribute is lost between two struts actions, or I don't understand. The real problem is that an att

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(true).getServletContext().getAttribute

Question about request/sessions

2008-09-18 Thread rageice
Hello, sorry for my bad english. I am working on an application that uses a framework, and this framework uses itself struts. There is something I can't understand: In a request, 2 actions are caled the one after the other (nothing other action between the two actions). In the first action, the