I created a custom table using BeanTableModel as tableModel (not sure if this matters). The table populates data from an enum Object, and shoudl write to the object as well. Currently the behavior is that the table will populate the data correctly. If i write in a cell, I can. But when i tab, the cell is outlined in RED and i can only ESC, which returns the cell to normal with original data. I want to be able edit the table and save the data.
What are some possible fixes or points of problem?