Hi all,

I made a servlet that create three servlets on the same page using SSI.
These three servlets are forms to get user informations.
I want to control the display of each of my 2 forms below the first, using
my client's answers.

here the situation :

|----------------|
|    form 1     | -> get the informations (radio buttons)
|----------------|
|    form 2     | -> display answer A or B (text area )
|----------------|
|    form 3     | -> display answer C or D (text area)
|----------------|

The user will give the informations in form 1, wich will be sent and
controlled by servlet 1.
Then I want to display specific answer in forms 2 & 3.

Here is my question : can I reload only forms 2 & 3 instead of all my page
using servlet 2 & 3 associated to these forms ? If I put them in a layer, is
there a way, using servlet, to reload these two forms ?

NB : I DON'T want to use frame because I can't control the BACK action of
the browser.

thanx.

Alain

___________________________________________________________________________
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