• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Closing child window after executing Action

 
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Friends,
I am facing a problem in my struts application. The scenario is :
There is a screen on which I have an 'Upload' button. When use clicks this 'Upload' button, a child window opens which allows user to browse for file. There is one 'Submit' button on child window which submits the form to an Action class. After performing the desired functionality in this action, I want to close that child window.
I do not know how to do this. I will be very thankful if anybody can help.

- Riya
 
reply
    Bookmark Topic Watch Topic
  • New Topic