Guna,
You may want to look at Struts available from jakarta.apache.org as
a MVC web tier pattern solution. It will help reduce design changes as you
add more pages to your app. It also has good documented implementations
where 1)A single form object spans mutiple pages which you might choose in
your scenario below and 2)A form object for each page, which would require
persitence in the Session scope upon each request in your scenario below.
Good Luck,
Gary
-----Original Message-----
From: Nijaguna S K [mailto:nijagunask@(protected)]
Sent: Friday, August 01, 2003 12:10 AM
To: J2EEPATTERNS-INTEREST@(protected)
Subject: Handling form fields across multiple jsp's
I have a question on handling form fields across multiple jsp's...
My design requirements are like this,
There are some 10 jsp's, and i have to track the user inputs from 1st jsp to
9 th jsp and in the 10th jsp i need to push all the data to Database.
Design requires that even if we add 10 more jsp's, there should be minimal
changes in the code and in the design.
How do i achieve this..
Any suggestions??
Thanks
Guna
====================================================================
Community Web Site (Core J2EE Patterns Catalog - Online Version):
http://java.sun.com/blueprints/corej2eepatterns
Getting Started (Beta Version):
http://developer.java.sun.com/developer/technicalArticles/J2EE/patterns/
Get the book:
http://www.amazon.com/exec/obidos/ASIN/0130648841/corej2eepatte-20
List Archive:
http://archives.java.sun.com/archives/j2eepatterns-interest.html
Unsubscribing:
email "signoff J2EEPATTERNS-INTEREST" to listserv@(protected)
====================================================================
Community Web Site (Core J2EE Patterns Catalog - Online Version):
http://java.sun.com/blueprints/corej2eepatterns
Getting Started (Beta Version):
http://developer.java.sun.com/developer/technicalArticles/J2EE/patterns/
Get the book:
http://www.amazon.com/exec/obidos/ASIN/0130648841/corej2eepatte-20
List Archive:
http://archives.java.sun.com/archives/j2eepatterns-interest.html
Unsubscribing:
email "signoff J2EEPATTERNS-INTEREST" to listserv@(protected)