Oliver,

Thanks. As mentioned, I am new to Struts but have used
other Java MVC frameworks that allow me to do what I
am trying to do with Struts (e.g. Barracuda). If
Struts does not permit it, then I'll find another way
to do it (query parameter being the best approach I
guess)

--- ROSSEL Olivier <[EMAIL PROTECTED]> wrote:
> > I think you've misunderstood...
> > 
> > The child is not an action, it is a page. A page
> that
> > is opened using Javascript. In this case, the
> parent
> > window is never submitted.
> > 
> > From what I can tell about Struts (I'm pretty new
> to
> > it) is that the only way to get data onto a form
> is
> > via the submission of a <form>. That's a problem
> as I
> > want to pass info between these 2 windows without
> > using query parameters if at all possible (see my
> post
> > from about 2 seconds ago as to why).
> 
> The point is to pass this info to server side at one
> 
> moment or the other.
> Struts is designed with *actions* to retrieve/format
> data,
> and JSP just to display them.
> 
> It seems that you want your child window to make
> things an action is supposed to do.
> 
> This e-mail is intended only for the above
> addressee. It may contain
> privileged information. If you are not the addressee
> you must not copy,
> distribute, disclose or use any of the information
> in it. If you have
> received it in error please delete it and
> immediately notify the sender.
> Security Notice: all e-mail, sent to or from this
> address, may be
> accessed by someone other than the recipient, for
> system management and
> security reasons. This access is controlled under
> Regulation of
> Investigatory Powers Act 2000, Lawful Business
> Practises.
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 


__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/

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

Reply via email to