Table Col Checkbox question

Hello,

I am using a derby DB and holding bool vals in a small int column. When I bind my table's columns' checkbox to the small int field, the checkboxes all come up deselected no matter the value that is in that row.

The checkbox appears to be properly bound to the correct field. I am brand new to this and could use a little help getting my bools to display properly. Am I using the wrong datatype in the table maybe? Do I need a converter?

Thanks

[479 byte] By [Bard] at [2007-11-26 9:30:40]
# 1

1. See "Configuring the Checkbox Component" in http://developers.sun.com/prodtech/javatools/jscreator/learning/tutorials/2/dat aproviders.html.

2. See also the row for Checkbox in the table in the section titled Getting and Setting Input Values in http://developers.sun.com/prodtech/javatools/jscreator/learning/tutorials/2/abo ut_components.html

3. Also, select the Checkbox node in the Palette window and press F1 for pretty much the same information as in 2.

Hope this helps,

Chris

jetsons at 2007-7-7 0:14:51 > top of Java-index,Development Tools,Java Tools...