Can anyone tell me the proper steps to go through to collect data from a jsp send it to getters and setters in bean?
Presently I am learning the wrong way.
If I knew how to set variables in a bean then I would need to know what some code looks like to put it back on a jsp page
do I use a bean to build a table for a jsp page? because I have to use arrays and a for() loop to build a table to display processed data in the page. And how much code should be in a jsp page because to build a table accessing arrays and a while loop and a for loop seems like a lot of code for a jsp. am I wrong?
a example or a simple overview would be helpful
thanks