I have a custom JTable that has a custom cell renderer for each cell. I get the table to display the right component for each cell, but for some reason the actual values of each cell are not displaying. If the cell is editable, the first time I type something, the value that was in the cell suddenly appears, if I move focus, it disappears. If I type something else the value is replaced, move focus, the value disappears again. If I click on the cell and start typing again, the value I typed before shows up along with the values I type. But again, the values disappear once I leave the cell. The component for this cell is a custom JTextField.
If anybody has any idea of what might be going on here, please please help! I am running out of ideas. I must be overlooking something obvious, and I'm hoping somebody can point what that is

Thanks,
Sayuri