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}
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
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
3 matches
Mail list logo