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 session contains an attribute, and in the second one, this attribute is null. Do you see any reason for this? AjouterUserGroupeAction is the first one <action path="/AjouterUserGroupe" type="dk.with.administration.messagerie.action.AjouterUserGroupeAction" > <forward path="/rechercheUser/Init.do" contextRelative="true" name="ok" keepContext="true" /> </action> InitAction is the second one. <action path="/Init" type="dk.with.rechercheuser.InitAction" keepContext="true" > <forward path=.../> ... </action> And the code in the "process" methods can't be the cause of this problem... Thanks in advance for any help. -- View this message in context: http://www.nabble.com/Question-about-request-sessions-tp19557410p19557410.html Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]