I'm not exactly clear on what you're trying to do from your description.
>From what I understand from your question it should be possible to do what
you're attempting by using either a session bean. THis will allow you to
store the values in your field across multiple requests.
Alternitively if the pop-up window is still open you can retieve the fields
values by using javascript (i.e. parent.<opening window>.<form name>.<field
name>.value or something like that)

-----Original Message-----
From: Aline [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 16, 2002 3:31 PM
To: Tomcat Users List
Subject: Jsp window opener


Hello,

I have a jsp page with a form.
In this form there is a button which send parameters to a
servlet and this servlet forward the request to another jsp page ( all in
popup).
Is there a way to get, from the popup window, the opening window ? I have to
reaccess to a field in the form.

Thanks.

Aline
http://www.oeilpouroeil.fr
http://www.visiodrome.com


--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to