• 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

Concept for refreshing a page

 
Ranch Hand
Posts: 94
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi , I have a requirement . Say I have a Page one.jsp. It has three frames
Iframe1,Iframe2,Iframe3 .These 3 frames fires three actions say action1,action2,action3 .
Now from from Iframe1,Iframe2,Iframe3 I have further drill downs .
All of these actions interact with a table say Employee by their DTOs.

Now , what I need is when there is any change in Employee table all the Iframes present in the JSP.


I have done that using hidden Iframe. But I am not sure it is a standard solution .Can anybody provide a standard solution ?
Regards,
Ayan Dutta
 
Ranch Hand
Posts: 4864
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There is no "standard solution". If what you're doing works, I'd stick with it.
 
reply
    Bookmark Topic Watch Topic
  • New Topic