I am using Struts 2 tag <s:optiontransferselect> Now I have a List<Category> where Category have attributes as {int id, String name}. Now when I implement this tag, in left hand listbox I put 'categoryList' which create option as <option value="1">Value 1</option> and so on. Now I transfer few values to right side listbox. In right side list again i have option as <option value="1">Value 1</option>. Now I want to fetch these value as an List of Object i.e. List<Category> When I save it throws erros? Please help. I have tried using conversion.properties file but can't able to reach the solution.
-- View this message in context: http://www.nabble.com/Strut2---%3Cs%3Aoptiontransferselect%3E-tag-Issue-tp24739637p24739637.html Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org