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: http://localhost:8080/myproject/myapplication value1 value2 Properties from your action can be passed as parameters in the URL using the ${propertyName} notation: http://localhost:8080/myproject/myapplication ${property1} ${property2}

linking struts2 action to pre-existing pure Java servlet

2007-06-18 Thread soum
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-servlet-tf3941061.html#a111

linking struts2 action to pre-existing pure Java servlet

2007-06-10 Thread nmall
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-se