This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Struts and the fly likes how to take input from user in parts? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "how to take input from user in parts?" Watch "how to take input from user in parts?" New topic
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.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: how to take input from user in parts?
 
Similar Threads
Need help with jsp page so that it calls a good working bean
How to get Browser Variable value in side JSTL
need help on jsp, tcp/ip, socket
How do you write Jquery code on more then one line?
Speech input into HTML page.