• 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

Frameset and Servlet problem

 
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have problem

I have 2 jsp pages and 1 servlets

Jsp1 is is having a framset with Banner in first page , som hyperlinks in the middle frame and menu in the third frame

when we click the link,it will go to jsp2.

In Jsp2 we have 2 frames one have PDF document and the other one is a input screen.

the input screen has form tag which submits the data to the servlet

servlet insert the data into the database.

Now i want to redirect to the first jsp from the servlet.

How to do that?
reply
    Bookmark Topic Watch Topic
  • New Topic