• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Frames and JSP

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well this is my problem. Can anyone clear my doubt
I have 2 frames each one in a different JSP page. Some form inputs are passed from one page to the other and other needs to refresh once they are passed. after refreshing the second frame will display the contents(form text) got from the first frame. If this process is repeated once again I need to retain the info from the first submission.
how can this be done..
<the form input from the first frame need to become static html pages.>
-kota
 
Ranch Hand
Posts: 76
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Amithkumar Kota:
Well this is my problem. Can anyone clear my doubt
I have 2 frames each one in a different JSP page. Some form inputs are passed from one page to the other and other needs to refresh once they are passed. after refreshing the second frame will display the contents(form text) got from the first frame. If this process is repeated once again I need to retain the info from the first submission.
how can this be done..
<the form input from the first frame need to become static html pages.>
-kota


could you post the HTML/JSP code because I'm still having a hard time understanding what HTML page refers to which one and which frame is in what.

 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic