Re: Map backed Struts Action Form and multiple select values issue

2011-08-16 Thread manishkashyap09
-Struts-Action-Form-and-multiple-select-values-issue-tp3476210p4703806.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

Re: Map backed Struts Action Form and multiple select values issue

2008-02-22 Thread MoorthyHome.com
"value(myTestProperty)") != null) { myTestProperty = request.getParameterValues("value(myTestProperty)"); } for (int i = 0; i < myTestProperty.length; i++) { System.out.println(myTestProperty[i]); } ActionForward forward = mapping.findForwar