Hey!

Your action parameter is wrong.  If I gave you the answer,
you will never learn to look these things up in a book on
servlets, where the answer lies.

Sans adieu,
Danny Rubis

Mauricio Villa wrote:

> Hi, I'm a newbie in this,
>
> I have a Sun micosystems Server, I had installed my JSP pages in a directory
> called Prueba, my servlets are installed in a subdirectory of this called
> Servlets.
>
> The structure look like this:
>
> -Prueba
> ---Servlets
>
> One of my JSP pages is calling a servlet called InsConstactenos when a form
> is submited.  The page is reporting that cannot find the other "page" but
> I'm calling a servlet, what must I be doing wrong?
>
> The form code looks like this:
>
> <table>
>   Aca se Ingresan los Datos Nuevos
>   <Form Method="Post" ACTION="/Servlets/InsContactenos">
>     <Input Type="Text" Id="Fecha_Recibo" Name="Fecha_Recibo">
>     <Input Type="Text" Id="Email_Origen" Name="Email_Origen">
>     <Input Type="Text" Id="Destinatario" Name="Destinatario">
>     <Input Type="Text" Id="Asunto" Name="Asunto">
>     <Input Type="Text" Id="Cc" Name="Cc">
>     <Input Type="Text" Id="Texto" Name="Texto">
>     <Input Type="Submit">
>   </Form>
> </table>
>
> PS: The servlet is compiled and there are two files on the directory:
> InsContactenos.java and InsContactenos.class
>
> Thanks in advance,
>
> __________________________
> Mauricio A. Villa
> Microsoft Certified Professional
> Development Department
> Solutech e-Business
> (574) 3120019 Ext. 13
> [EMAIL PROTECTED]
> www.solutech.com.co
>
> ___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to