Hi,
one possible way is:
return new ActionForward("/orderWrapper.do?actionTarget=VIEW_CUSTOMER", true);
inside a execute action method.Best greetings, Paweł Wielgus. 2010/8/24 Struts User <[email protected]>: > Hi, > > Is it possible in struts1 to include a parameter in the action redirection. > If I have a web application say, http://www..xyz.com/welcome.do and I want > to redirect it to http://www.xyz.com/welcomeredirect.do?cmp=company1 while > value of "cmp" will be assigned dynamically. how can I achieve this? Any > help or suggestion is greatly appreciated. > > Thanks > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

