Question

  Asked: May 12 2008   8:58 AM GMT
  Asked by: Kishore2k7


i'm having one web application ,actually now in that when user submits the data it is storing directly in database instead of that now i want to shows


Confirmation page, JavaBeans, JSP, Java Servlets, Web applications, Web development

Now in that when user submits the data it is storing directly in database instead of that now i want to showsuser that he can edit the data in preview page & if now the user is corrected the data then he wants its to store in database. pls help how to do the logic or code. using java servlets,jsp pages & javabeans.

Subscribe to Alerts! Get questions and answers delivered to your Inbox.


E-mail me updates on this question



   SUBSCRIBE

hidden modal window

Answer Wiki (Improve, edit or add to this answer)


 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0



The basic logic will be that you post the data to a similar looking page which simply displays the data for the user to view. The data is pulled from the HTTP Post and displayed on the screen. Then once the user has confirmed the values the user hits submit again which posts the data to the page which saves the data into the database.
  • AddThis Social Bookmark Button

Browse more Questions and Answers on Development.

Looking for relevant Development Whitepapers? Visit the SearchSQLServer.com Research Library.


Discuss This Answer


You must be logged-in to discuss a question. Log-in/Register

Kishore2k7  |   May 12 2008  9:15AM GMT

i’m having one web application ,actually now in that when user submits the data it is storing directly in database instead of that now i want to shows

Now in that when user submits the data it is storing directly in database instead of that now i want to showsuser that he can edit the data in preview page & if now the user is corrected the data then he wants its to store in database. pls help how to do the logic or code. using java servlets,jsp pages & javabeans.