I'm fairly new to
Struts 2 and I'm having an issue using the Struts2 checkbox. As I understand it from reading "Struts 2 in Action", I should be able to bind it to a boolean field, but I can't seem to make it work. It's a boolean field in a recordset I'm trying to display using either an iterator or displaytag, (for pagination). I seem to get conflicting info about whether I can bind it directly to the field or I have to return an arraylist like an HTML checkbox.
Thanks.