| Author |
Stripes: how to map a select option from a form to an object from an Action?
|
Vadim Vararu
Ranch Hand
Joined: Jan 03, 2009
Posts: 147
|
|
|
How to map a <select> option from a form to an object from an Action?
|
If you think you've done too much, usually it means you've done too few.
|
 |
Vadim Vararu
Ranch Hand
Joined: Jan 03, 2009
Posts: 147
|
|
How is option mapped to comicsCategory object from my Action? I need to map comicsCategoryId to comicsCategory.setComicsCategoryId() and comicsCategoryName to comicsCategory.setComicsCategoryName(), but, i don't know why, i get comicsCategory.comicsCategoryName = 2 (what is actually 'id').
|
 |
 |
|
|
subject: Stripes: how to map a select option from a form to an object from an Action?
|
|
|