| Author |
Struts2 Data Transfer
|
Pawan Komaram
Ranch Hand
Joined: Dec 08, 2009
Posts: 91
|
|
Hi,
Can anybody tell me how to transfer list of similar kind of data to action classs in struts2?
For example, I have a student form which collects several students data at a time, so how can I populate it in action class? I want to map the fields back and forth. i.e form to action and action to form. I am able to map from action to form by iterating my student list which is populated in action, but could not do it from form to action. The form look like below. Here use can add as many students(rows) as he wants.
|
 |
Joe Ess
Bartender
Joined: Oct 29, 2001
Posts: 8263
|
|
|
Indexed Properties, Mapped Properties, and Indexed Tags
|
"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
|
 |
 |
|
|
subject: Struts2 Data Transfer
|
|
|