Add target attrib. in  the form of your popup window


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

-----Original Message-----
From: José María Tristán [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

Reply via email to