Re: User entering input in a JSP?
From: Jared Dykstra (dyksjare_at_hotmail.com)
Date: 12/30/03
- Previous message: Ryan Stewart: "Re: applets in non-plugin IE"
- In reply to: Rajneesh: "User entering input in a JSP?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: Ryan Stewart: "Re: applets in non-plugin IE"
- In reply to: Rajneesh: "User entering input in a JSP?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|