Hi everybody,

I have a JSP with a form, when this form is submitted some validations are
done.
I want that when the validations are OK, a new browser window would be
opened.
BUT if there is some error the error message must be shown in the first JSP
and NOT open a new window.

I'm trying to do this with a TARGET="_blank" at the FORM tag, but the
redirection from the servlet is
always shown in the new window.

Is there any way to avoid opening the new window and make the redirection of
the servlet going to the first JSP???

thanks in advance
  Beatriz

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to