| Author |
Array list object using in sruts
|
ravi tejak
Greenhorn
Joined: Jul 26, 2012
Posts: 1
|
|
I have a group of text fields by year wise like present year,previous year,next year in jsp. i need to take that values and pass the values by action classs and display in the another JSP can any one tell me how to do and give me the example code.
the text box is like below senario
field name Previous year current year next year
---------- ------------- ------------ ----------
A textbox textbox textbox
B textbox textbox textbox
C textbox textbox textbox
. . . .
. . . .
. . . .
. . . .
|
 |
Joe Ess
Bartender
Joined: Oct 29, 2001
Posts: 8263
|
|
|
You will need to use Indexed Properties to reference the text boxes. If you do a search on this forum and the net, you will find many examples.
|
"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
|
 |
 |
|
|
subject: Array list object using in sruts
|
|
|