RE: Submitting a form without selecting checkboxes yields 'Input' result

2008-05-20 Thread Michael Gagnon
oved instanceof String[]){ this.approved = new int[approved.length]; for(int i=0; imailto:[EMAIL PROTECTED] On Behalf Of Laurie Harper Sent: Tuesday, May 20, 2008 1:03 PM To: user@struts.apache.org Subject: Re: Submitting a form without selecting ch

Re: Submitting a form without selecting checkboxes yields 'Input' result

2008-05-20 Thread Laurie Harper
Michael Gagnon wrote: My JSP resembles: ... ... My action resembles: public class ApproveItemsAction extends ActionSupport { private Integer[] approved; private Int