I add an object to my table and when I make the table editable I get the following error:
“Unable to convert value of type com.tds.team.partmaster.FieldOptionObj to presentation type class java.lang.String. No converter is set and the types are not compatible.”
What do i need to do in the FieldOptionObj class to let it be editable? All I need is it’s string value to be editable.
For anyone wondering what my class looked like here it is. Slightly different than the example because I needed to keep a primary key along with the object.