Thanks a lot!!!! It compile!!!!!
        I am very happy !!!!!

        What are the diference between:
        
        import java.servlet.XXX
        and
        import javax.serlet.XXX

        Thanks
        A Canales

PD Now I try to work with this simple Servlet... any hint???


> At 11:51 29/07/98 -0500, you wrote:
> 
> Try changing:
> 
>       import java.servlet.*;
>       import java.servlet.http.*;
> 
> to:
> 
>       import javax.servlet.*;
>       import javax.servlet.http.*;
> 
> Dave W.
> -- 
> David Wilkinson                             http://www.avenida.co.uk/
> Avenida Technologies Limited
> 

Reply via email to