posted 17 years ago
Hi
***This is the servlet
***And this is the servlet mapping declarations from the web.xml file
- <servlet-mapping>
<servlet-name>Form1</servlet-name>
<url-pattern>/Form1</url-pattern>
</servlet-mapping>
***And the form action from the HTML page is
<form name="form1" method="post" action="/Adler/Shopping.Form1">
***I wanna add a note here I'm using the IBM WebSphere Application Developer
V 5.1 is it relevant.
Thanks