This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Other Application Frameworks and the fly likes Stripes: how to map a select option from a form to an object from an Action? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Frameworks » Other Application Frameworks
Reply Bookmark "Stripes: how to map a select option from a form to an object from an Action?" Watch "Stripes: how to map a select option from a form to an object from an Action?" New topic
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').
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Stripes: how to map a select option from a form to an object from an Action?
 
Similar Threads
calling a function from a form event
How to create an arraylist in action class and then capture in struts option?
can anyone tell me how do we update the values in servlet?
Request parameter
unable to understand paramValues implicit Object