| Author |
how to pass name value pairs to struts form
|
divya kundapur
Ranch Hand
Joined: Aug 21, 2007
Posts: 110
|
|
Hi,
I have a table where user can add new rows and each row has 2 input text fields ( name & value) here the number of rows vary dynamically. I have to now store these values in database, how can i use Map to store these name value pairs from jsp to form bean. Any help is appreciated.
|
SCJP - 5.0
|
 |
Joe Ess
Bartender
Joined: Oct 29, 2001
Posts: 8263
|
|
|
Do a search for "indexed properties". That's what you are looking for.
|
"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
|
 |
 |
|
|
subject: how to pass name value pairs to struts form
|
|
|