You should be able to do response.sendRedirect to send a URL with parameters to another servlet. You can also use <result type="chain"> to pass parameters received in one action to another one.
Matt On 6/10/07, nmall <[EMAIL PROTECTED]> wrote:
Hi, I have a servlet which implements some logic based on some URL parameters passed to it. I can invoke this servlet directly from my browser, by simply supplying the parameters thru the URL. http://localhost:8080/myproject/myapplication?param1=value1¶m2=value2 However, I would like to set these parameters thru' the struts.xml ( using <s:param>) and thereafter link this servlet ( the servlet simply extends HttpServlet) to the struts action so that it is invoked the same manner as above. any clue on how I can do this. I can get the request parameter values in the action class but cannot fiure out how to pass this to the servlet. Should I simply call ServletActionContext.setRequest(name of the servlet object). Thanks for your help!! mall -- View this message in context: http://www.nabble.com/struts2-question-tf3899591s2369.html#a11055009 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
