• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

refresh parent window on closing of child window

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
reply
    Bookmark Topic Watch Topic
  • New Topic