You can add attributes to HTTP request.
// Action A
request.setAttribute("DATA1","1");

// Action B
String attr = (String) request.getAttribute("DATA1");


Maris


> -----Original Message-----
> From: Dirk Storck [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, April 17, 2002 11:09 AM
> To: Struts User (E-Mail)
> Subject: How can I forward to another action with userspecific data
> 
> 
> Hi,
> 
> I would like to do the following
> 
> I have a ActionA wich has to forward to a action ActionB but 
> has to submit
> some data from ActionA
> 
> ActionA ----calls----->/actionB.do?data1=1&data2=2....
> 
> within the action ActionA.
> 
> Is that somehow possible ?
> 
> Thanks !!
> 
> 
> --
> To unsubscribe, e-mail:   
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: 
<mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to