Posted By:
kimura_lassie
Posted On:
Saturday, November 6, 2004 09:06 AM
First, do something on the web.xml. Do you have the followng for mapping your servlet?
servlet_name
servlet_name
servlet_name
/servlet/servlet_name
Attn: The '/' before the servlet/servlet_name in the url pattern matters.
Secondly, check the file name for the form action
Like