Hi All,
I have a web application in which i've a
jsp like One.jsp.In that jsp i've a form,when ui submit it should go to another jsp.But in the action field of the first jsp,I shouldn't mention the second jsp name.I should mention some thing like "welcome".When i submit the form, it should go to a
servlet which sends the form to the second jsp,that means the servlet acts like a controller which sends the request to the corresponding jsp.How can i do that? Can anyone help me??
Thanks,
Sandhya.
[ January 17, 2007: Message edited by: Bear Bibeault ]