Return-Path: Delivered-To: apmail-jakarta-struts-user-archive@apache.org Received: (qmail 54262 invoked from network); 4 Mar 2003 17:09:53 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 4 Mar 2003 17:09:53 -0000 Received: (qmail 18418 invoked by uid 97); 4 Mar 2003 17:11:33 -0000 Delivered-To: qmlist-jakarta-archive-struts-user@nagoya.betaversion.org Received: (qmail 18411 invoked from network); 4 Mar 2003 17:11:33 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 4 Mar 2003 17:11:33 -0000 Received: (qmail 52293 invoked by uid 500); 4 Mar 2003 17:09:20 -0000 Mailing-List: contact struts-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list struts-user@jakarta.apache.org Received: (qmail 52282 invoked from network); 4 Mar 2003 17:09:20 -0000 Received: from ip66-105-67-197.z67-105-66.customer.algx.net (HELO beaver.ostglobal.com) (66.105.67.197) by daedalus.apache.org with SMTP; 4 Mar 2003 17:09:20 -0000 Received: by BEAVER with Internet Mail Service (5.5.2653.19) id <16550CMB>; Tue, 4 Mar 2003 12:08:26 -0500 Message-ID: <1DD93C2FCA56974FB1A35D76413296254C5C27@BEAVER> From: "Miller, Jason" To: 'Struts Users Mailing List' Subject: RE: ActionForm Does Not Contain Dynamically Set Data Date: Tue, 4 Mar 2003 12:08:25 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C2E270.AB32C180" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C2E270.AB32C180 Content-Type: text/plain; charset="iso-8859-1" Are you saying that you open the window, then set a field value in that child window to something from the parent, and you want to use that value to do something on the server? why not pass the value as a querystring parameter? > -----Original Message----- > From: Art Vandalay [mailto:avexus_struts@yahoo.com] > Sent: Tuesday, March 04, 2003 11:59 AM > To: Struts Mailing List > Subject: ActionForm Does Not Contain Dynamically Set Data > > > I have a web page (the "parent") that opens a child > window using javascript. The parent window sets a > field on the child window. The child window needs to > use that data, as it is opening, to perform a DB query > and display information on itself. > > The problem is that, even though the parent > successfully sets the data on the child, I have no > access to it in my ActionForm or in the request > object. > > Is there a way to make that happen? > > > > __________________________________________________ > Do you Yahoo!? > Yahoo! Tax Center - forms, calculators, tips, more > http://taxes.yahoo.com/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: struts-user-help@jakarta.apache.org > ------_=_NextPart_001_01C2E270.AB32C180--