Hi all,

I'm stumbling over a strange 'error' :

I built a login-page, using a form in which username and password are
required, and the 'action' field of the form specifies the same login page.
Upon entering the login page, a bean is used to check the username and
password. If the login is OK, the method response.sendRedirect is used to go
on to the next page, if the login is not OK, the same old login page is
shown.

The weird thing here is : when I use method="get" everything functions fine.
However, when I use "post" I get the error 'The page cannot be found'. Since
it is a login page, the method 'get' in the form is obviously not
preferred...

Anyone ? Thanks a lot in advance !

Michiel

________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to