aspose file tools
The moose likes Struts and the fly likes Array list object using in sruts Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Array list object using in sruts" Watch "Array list object using in sruts" New topic
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]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Array list object using in sruts
 
Similar Threads
Unsure how to create and name dynamic Textfield
HOW TO: html:select / DynaValidatorForm
JSP pages-passing variables
saving the details in when i click next and previous buttons
Enter text into newly created dynamic textbox