I want to send a list of string using hidden field or any other way it can be done. I send a list of lists to the view from action & want to send the list selected by the user which is a list of String.
Action -----> List<List<String>> -------> View (using iterator within iterator)
want to do...
View ---------> List<String> [as selected by user] ----------> Action
Please help me by giving a example or link.
Any guidance,link or reference will be appreciable.