Ok. 
Thank you very much.

-----Mensaje original-----
De: M Faizal [mailto:[EMAIL PROTECTED]
Enviado el: viernes, 12 de mayo de 2006 5:32
Para: Struts Users Mailing List
Asunto: RE: use html:form to pass the a child window to a parent window


Add target attrib. in  the form of your popup window



<form action="someaction"  target="_parent">
...
....
</form>

-----Original Message-----
From: Jos Mara Tristn [mailto:[EMAIL PROTECTED]
Sent: May 11, 2006 6:33 PM
To: 'Struts Users Mailing List'
Subject: use html:form to pass the a child window to a parent window


Hi,
        Sorry but I'm speak only a little english.

        I have two windows. the first windows call to a popup 
windows that gets
data. When user subbmit the form this is close and the parent 
window show
this data.

        First Window

                Name:____
                Street:____
                Phone:_____

                Open popup


        Popup

                List
                Name: Jhon
                        Henry
                        :::

                Submit

        If I'm select Henry in the list of popup the first 
window show Name: Jhon.

        In the popup I'm forward html:form to a 
ActionFirstWindow.do. But this
action open a new first window and not gets the data.

        Thank you.



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



This message has been automatically scanned for viruses

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
  • RE: use html:form to pass the a child window to a pa... José María Tristán

Reply via email to