RE: Struts not mapping checkboxes into String[] property

2004-10-06 Thread Freddy Villalba A.
les, 06 de octubre de 2004 1:37 Para: Struts Users Mailing List; [EMAIL PROTECTED] Asunto: Re: Struts not mapping checkboxes into String[] property From: "Freddy Villalba A." <[EMAIL PROTECTED]> > I've also created a String[] > property called "elementsId"

RE: Struts not mapping checkboxes into String[] property

2004-10-06 Thread Freddy Villalba A.
iling List; [EMAIL PROTECTED] Asunto: Re: Struts not mapping checkboxes into String[] property From: "Freddy Villalba A." <[EMAIL PROTECTED]> > I've also created a String[] > property called "elementsId" inside my actionForm class. I've even added the >

Re: Struts not mapping checkboxes into String[] property

2004-10-05 Thread Wendy Smoak
From: "Freddy Villalba A." <[EMAIL PROTECTED]> > I've also created a String[] > property called "elementsId" inside my actionForm class. I've even added the > properties for that form inside Struts' xml descriptor. Are you using a dynamic form, or do you have get/set methods written in the form b

Struts not mapping checkboxes into String[] property

2004-10-05 Thread Freddy Villalba A.
Hello, I have the following piece of code in a jsp that generates a search results' table. € There is a delete button that invokes the "delete" action for deleting those elements whose checkbox was selected. In order