Re: User entering input in a JSP?

From: Jared Dykstra (dyksjare_at_hotmail.com)
Date: 12/30/03

  • Next message: Nathan Zumwalt: "Re: applets in non-plugin IE"
    Date: 29 Dec 2003 21:52:55 -0800
    
    

    rajneeshkumar@blore.tcs.co.in (Rajneesh) wrote in message news:<d5665693.0312222258.de66e3f@posting.google.com>...
    > Hi!
    > How can a user keyin input(username and password) to a jsp as in html.
    > I mean to ask , is there some API that can be used to get input from user.
    >
    > Kindly help
    > rajneesh

    Yes. Use a HTML forms and POST the data to a servlet or another JSP
    page. If your input page needs to be dynamic, make it a JSP page.

    Whenever you use forms, it do as much error checking as possible on
    the client side using javascript.

    ---
    Jared Dykstra
    http://www.bork.org/~jared
    

  • Next message: Nathan Zumwalt: "Re: applets in non-plugin IE"

    Relevant Pages

    • Re: User entering input in a JSP?
      ... >> How can a user keyin inputto a jsp as in html. ... Use a HTML forms and POST the data to a servlet or another JSP ...
      (comp.lang.java.developer)
    • User entering input in a JSP?
      ... How can a user keyin inputto a jsp as in html. ... is there some API that can be used to get input from user. ...
      (comp.lang.java.developer)
    • Re: =?iso-8859-1?Q?Kompatibilit=E4t?= von Konzepten von PHP zu Java
      ... Reine Servlets sind nicht so prickelnd. ... JSP sagen mir wenig zu, genau wie bei PHP ein Gemisch ... aus PHP und HTML. ...
      (de.comp.lang.java)
    • Re: JSP, Servlets & AJAX username validation, Image verification
      ... It's got scriptlet in the JSP and HTML in the Java source code. ... Most DB connection pools do not require the code to explicitly know of the pooled nature of the connections, but just have the connection call its closemethod. ...
      (comp.lang.java.programmer)
    • Re: How to open the jsp pages by click on the APPLET
      ... I want to know is there is any way to open the new window of jsp ... By this i get only html tags nothing beyond that.That is not my ... requirement.Will give syntax for getting jsp page on applet. ... only load URLs from the same server as the containing page ...
      (comp.lang.java.advocacy)