Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Request Dispatcher

843833Oct 4 2001 — edited Oct 11 2001
I'm building a call tracking app wich works in a browser with two frames, the top portion is to enter call information and the bottom portion is to display call information. I have a submit button on the top frame which writes call info to the database and then displays it in the bottom frame. So of course the forms target attribute is "BottomFrame". I then want to display a servlet in the top frame that indacates that the call has been recorded and that the App's status is idle. I can call a request dispatcher and display the iidle status servlet, but i can't get it to display in the TopFrame. Can this be done with the click of one button?

Stef.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 8 2001
Added on Oct 4 2001
10 comments
103 views