aspose file tools
The moose likes Struts and the fly likes Passing an arrayList of dropdown list values to the Action Class 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 "Passing an arrayList of dropdown list values to the Action Class" Watch "Passing an arrayList of dropdown list values to the Action Class" New topic
Author

Passing an arrayList of dropdown list values to the Action Class

Angela Chint
Greenhorn

Joined: Jan 13, 2005
Posts: 20
Hello All,

In my Jsp I am displaying a dropdown list of countries in each row. So the array to be passed to the Action Class should contain the values selected from this list.

I am not knowing how to pass the each value of the dropdown list as value of array element, and build the array in jsp to be passed on to the Action Class.

I appreciate any help/advice.

Thanks in advance.
Angela
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Passing an arrayList of dropdown list values to the Action Class
 
Similar Threads
Form Params not passed properly
additional values in the dropdown
problem with Struts Logic:iterate
Dynamic drop down list from an array
Mainitaining State Between Requests - Struts