The Artima Developer Community
Sponsored Link

Java Answers Forum
Redirecting to a JSP page in a new window from servlet doPost method

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Anirban Bandyopadhyay

Posts: 1
Nickname: anirban
Registered: Jun, 2002

Redirecting to a JSP page in a new window from servlet doPost method Posted: Jun 19, 2002 3:57 AM
Reply to this message Reply
Advertisement
Hi experts

I have a good (I think so) question for you.

I am building dynamic HTML pages in a servlet from a bean data. At certain points that servlet should send the data to another servlet or JSP page to build the dynamic HTML page in a new window (modal). In details, if the user clicks a button in the servlet to send the form data to the server (bean), then the response from the server is a block of data with the form name. Now the thing is the servlet has to check the form name and create the dynamic HTML page in a new modal window in doPost method. By the way, the dynamic creation of the HTML pages are done in a seperate bean.

The next thing is, the newly built JSP page should do the similar thing as the Servlet. That means it should check the form name and if necessary create a new modal window with a new dynamic HTML page (JSP). The number of levels of modal windows might be atmost 6.

I am now showing all the dynamic pages in a single servlet mainly refreshing and building the new page in a single window. but I have to create new modal windows for different levels of forms.

I really appreciate any help from you guys. Help me !!!

Anirban

Topic: My first day with JAVA. Help me. Previous Topic   Next Topic Topic: reading binary files

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use