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???!!!