| Author |
how to take input from user in parts?
|
shahidrasul shahid
Ranch Hand
Joined: Jan 28, 2008
Posts: 62
|
|
i want to creae a account in database? but problem is that i want to take input in parts (page by page) first page-> accountId ,password ect second-> personall info thirld-> introducer info how to manage these three pages any one tell me what i do?
|
 |
Gowher Naik
Ranch Hand
Joined: Feb 07, 2005
Posts: 643
|
|
|
For each page inside your Action class collect data in some collection and put collection in session or request attribute between pages.Then inside final Action class create database as required.
|
 |
 |
|
|
subject: how to take input from user in parts?
|
|
|