This page contains an archived post to the Java Answers Forum made prior to February 25, 2002.
If you wish to participate in discussions, please visit the new
Artima Forums.
Message:
hope this will help u.
Posted by June on July 16, 2001 at 5:49 AM
hi, you can try to use this method: <% ... if(usr_ID.equals(request.getParameter("userID")) && ......) { %>
<% ... %> > hello friends, > i am making a simple registeration form in jsp. > after checking username & password i want registered user should be forwarded to "welcome.jsp" while invalid users to "invalid.jsp". > but the problem is that all the checking of username and password takes place in scriplets and cannot be embedded into it. > can anybody suggest a method to do it > any help will be appericiated > thanks
> saddy
Replies:
|