Hi,

    I have few question :

    -I have a JSP page(1 frame in a 3 framed window) to get parameters
from the user, when validated, a request is send to a Servlet.
    If all values are OK, then I'd like to foward a JSP to the same
frame. To do that I could set the Form Target to _self or frameName.
    BUT if the values are not OK, I would like to foward a special error
Page on a new window (So the users could keep his previous value
entered). It seems
    that this isn't possible ! Is it ? Is there a work around as :
always use _blank as target and if OK, then from OK.jsp, foward to
frameName (on the other window) and close
    this new window !! IS this possible !?

    - Is it possible to call a servlet without updating the browser.
(using conditionnal, if OK Update, else Not for example) Maybe should I
use a call to a JavaBean and then call
a servlet depending on the result.

    - And a little Applet question ... How can we quit the Applet, by
loading a new page or something like that.

    Thanks to all for reponding ! and for this mailing list which is
very helpful !

    Veronique

===========================================================================
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