Hi
how to send jsp form (form consists of xml data) to Servlet mediater as
ActionServlet. That is..
xml xml
jsp----------------------> ActionServlet------------------->Servlet
I generated xml form using java script.. but i wanna send that xml thru
ActionServlet..
If anybody knows.. give demo code..
nagireddy_y@yahoo.com
Thanks
Ravi - 21 Nov 2005 05:53 GMT
Hi,
I am asuming that u r familiar with creatubg action tags in
struts-config.xml.
U better have an action mapping from jsp to action servlet
class....From that action servlet u can forward to req servlet using
mapping.findForward...
Bye,
Ravi.