Need Help: Gathering Form Data in the middle of an execution Path. 2003-08-03 - By Minnie H
Back I am trying to find a solution to a feature that seems to be common in the industry.
In in JSP Application, I have central place that controls the "CRUD"(Create,Read,Update & Delete) operations on a database.
When the user wants to Create a record, I want to be able to take them to a data entry form page and subsequently, when the user presses the submit button, come back to the original page and process the data I collected.
So, I was hoping that the following jsp code <jsp:include page="collectEntries.jsp" flush="true"/> would show the form screen but it does not. the command <jsp:forward page="collectEntries.jsp" /> does show the page but that means I have left the original page now.
Any hints or pointers are very much appreciated. thanks - Minnie
=========================================================================== To unsubscribe: mailto listserv@(protected) with body: "signoff JSP-INTEREST". For digest: mailto listserv@(protected) with body: "set JSP-INTEREST DIGEST".
Some relevant archives, FAQs and Forums on JSPs can be found at:
http://java.sun.com/products/jsp http://archives.java.sun.com/jsp-interest.html http://forums.java.sun.com http://www.jspinsider.com
|
|