I just started working with JSP, and server side programming in general, but one
thing you need to keep in mind is that JSP pages dynamically generate java
code(servlets) so what you really have is one servlet(your JSP page) that you want
to have use resources from another servlet.  I think if you think of it like this,
its not nearly as difficult as you might have thought.

Ajay Kumar Vasireddy wrote:

> Hi All,
>           I've a Login.JSP Page
> After i enter the user name and password, it has to call a Servlet for
> login validation.
> if the login is successful,it'll show some jsp page.
> if the login not successful,it'll redirect the user to the same
> login.JSP  page with
> some error message.
>
> How should i procced doing this.
>
> How to pass parameters from jsp to servlet.
>
> How to call a servlet from JSP Page.
>
> How to call a JSP Page from a Servlet.
>
> Any inputs are appreciated .
>
> Is there any good web site where can i get info on JSP other than Sun
> Site.
>
> Thanks in advance
> Ajay
>
> ===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> FAQs on JSP can be found at:
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to