Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » J2EE Pattern »

Re: Handling form fields across multiple jsp's

Igor Cunko

2003-08-01


> -----Original Message-----
> From: Nijaguna S K [mailto:nijagunask@(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??

What is wrong with session for storing data in intermediate steps ?

====================================================================
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)


©2008 junlu.com - Jax Systems, LLC, U.S.A.