Hey all.

I have an indexed form with data that looks like this:

checkbox1, textbox1_1, textbox1_2
checkbox2, textbox2_1, textbox2_2
checkbox3, textbox3_1, textbox3_2
etc.

The checkbox is used to mark that "row" active or inactive.

If the checkbox is unchecked, and I check it, the row becomes "active" in
the database properly.

But, if the checkbox is checked, and I uncheck it, the row does not get
marked "inactive" in the database. I can't figure out how to get this done.

In the bean for the data, active is a boolean property that defaults to
false. (This is what I thought would be the default for an unchecked
checkbox, but it isn't working)

I am using a dynavalidatorform if that makes any difference.


Anybody have any idea? or need more information/clarification.

Thanks,
Matt Bathje


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to