Re: linking struts2 action to pre-existing pure Java servlet

2007-06-19 Thread Jeromy Evans
A result of type redirect and address any URL: result name=success type=redirect param name=locationhttp://localhost:8080/myproject/myapplication/param param name=param1value1/param param name=param2value2/param /result Properties from your action can be passed as parameters in the URL using

linking struts2 action to pre-existing pure Java servlet

2007-06-10 Thread nmall
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, I really appreciate any pointers!! -- View this message in context: http://www.nabble.com/linking-struts2-action-to-pre-existing-pure-Java