Which version of Struts?

Struts 2 uses a hidden field to deal with default (unchecked) values.
Struts 1 ActionForms used the reset() method to pre-load default
values.

Dave

On Mon, Oct 25, 2010 at 9:16 PM, Peter Bliznak <pbliz...@gmail.com> wrote:
> Hi,
> I have a list over which I am iterating - it has checkbox and other fields.
> I know I can define array associated with checkbox's values but that only
> returns values which were checked. In my other column I have date and I have
> to make that date associated with checkbox's state. How am I supposed to do
> that?........Say I get five values in table and decide to check 2 of them
> but array is only going to return true for 2 elements ...Is there any way I
> would define collection/array for checkboxes and it would return ALL value
> including those which were unchecked?...
> Regards
> Peter.
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to