Java Mailing List Archive

http://www.gg3721.com/

Home » Struts Users Mailing List »

Question about request/sessions

rageice

2008-09-18


Author LoginPost Reply

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.


--
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)

©2008 gg3721.com - Jax Systems, LLC, U.S.A.