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