i am new in
struts developing a
j2ee application in struts 1.3 i have a requirement that i have a form has got button on clicking it child window opens which contains services to be given . user will select services from the
java script popup window which will display all the services with every service i have a check box .user will check those check boxes against the services which is to given and will press save button on java script child window and those selected services will display on the parent window in a table format my problem is that how to do this? and more thing that if user has suppose selected 5 services and has saved on javascript child window and has been displayed to parent window but now out of 5 services he selected if user want to remove 1 service out of 5 services and want to save only 4 services how this is to be done .or this can be done without using java script child window. and help would be appricated.