cancel
Showing results for 
Search instead for 
Did you mean: 

get values from popup window

Former Member
0 Kudos

Hi all,

I have displayed a popup window when clicking a button.

In the popup window i have 4 radio buttons with some text.

My requirement is when i select any radio button

the value(text) must be displayed in parent window.

Kindly let me know the possible solutions......

Edited by: cranjith kumar on Jun 24, 2008 2:16 PM

Accepted Solutions (1)

Accepted Solutions (1)

selvakumar_mohan
Active Participant
0 Kudos

HI Ranjith,

You place the selected key of the radio button in the component controller and as you select the option in the Pop up it is stored in it and remains same through all the views traverse. so you can display it in the main view.

thanks,

selvakumar M.

Edited by: selvakumar mohan on Jun 24, 2008 3:22 PM

Answers (1)

Answers (1)

thomas_szcs
Active Contributor
0 Kudos

Hello Cranjith,

you could use context mapping between the windows with the component controller in the middle.

Best regards,

Thomas