Populating values from iframe to parent page - Struts 2
Jer Deras
Greenhorn
Joined: Sep 29, 2009
Posts: 10
posted
0
Hi,
I have a parent JSP in which i have a text field and a search icon. on clicking the search icon it opens an iframe. i have a table in iframe with multiple rows and each row having a check box. the table is populated from database and each row is a VO. 'n' number of checkboxes can be selected and on click of the button in iframe the corresponding values shld be populated in the text box in parent JSP. help me how to proceed with the same.
Jer Deras
Greenhorn
Joined: Sep 29, 2009
Posts: 10
posted
0
Jer Deras wrote:Hi,
I have a parent JSP in which i have a text field and a search icon. on clicking the search icon it opens an iframe. i have a table in iframe with multiple rows and each row having a check box. the table is populated from database and each row is a VO. 'n' number of checkboxes can be selected and on click of the button in iframe the corresponding values shld be populated in the text box in parent JSP. help me how to proceed with the same.