Thanks all!!
    Indeed, what I want to verify in the client it's just syntactic
validation for a form that retrives some information that I want to validate
before send it to the server like if the input in a textbox was a valid
number or a valid date
could I verify that with an applet?
Something like this where I want to verify if that student age is a valid
number:

public class myform extends HttpServlet{
    ...
    public void doGet (  ,  )
    {...
     out.println("<form action=\"" +
                    response.encodeUrl("/servlet/AdministratorServlet") +
                    "\" method=\"post\">" +
                    "Name <INPUT TYPE=text NAME=age SIZE=2 >"+
      .....
     }
}

Thanks to everybody,

Mariela

___________________________________________________________________________
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