• 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:

Using Frames in JSPs

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am trying to build a JSP page which invokes a servlet in the backend to transact with CICS systems. My JSP page has two frames both of which in turn are JSPs. My problem is, the first frame contains all the action/functional keys such as "enter, PF3, PF8 etc" and my second frame consists of a form where data needs to be entered. How can I submit the data entered in my second frame using the functional keys on the first frame???!!!
 
reply
    Bookmark Topic Watch Topic
  • New Topic