henryhandle
Programmer
i have to servlets . in servletA
i have a form and action and submit button
(<form action=servletB method=POST>
<input type=submit Value="Submit")
I send with submit data to the secound servlet, servletB
and this one get data and analyse it.
Now i will instead of to send this data to servletB,
get the data in servletA and analyse it
how could i get it in servletA?
thanks
i have a form and action and submit button
(<form action=servletB method=POST>
<input type=submit Value="Submit")
I send with submit data to the secound servlet, servletB
and this one get data and analyse it.
Now i will instead of to send this data to servletB,
get the data in servletA and analyse it
how could i get it in servletA?
thanks