When I do call a servlet from the action of the FORM, in a line like this...
<form name="ibilform" action="/register_x" method=POST>
I got this error message from the server :
Not Found
The requested URL /register_x was not found on this server.
But in my web.xml, I have this
<servlet>
<servlet-name>RegisterAll</servlet-name>
<servlet-class>com.hegany.ServRegisterAll</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>RegisterAll</servlet-name>
<url-pattern>/register_x</url-pattern>
</servlet-mapping>
Please, anybody can tell me what 's wrong here ??
Leo
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]