Hi,I have a simple table with three columns. All fields are type of Oracle VARCHAR2.
The controls on the screen are Devexpress controls: one TextEdit and two ComboBoxEdit that get populated using BusinessObjects.

The select,update and delete works fine. When adding a new record the business object is entered into the BO (the TextEdit filed becomes empty). The ComboBoxEdit fields show the first item in the lists.
After entering data to all the fields (to TextEdit by entering text and into ComboBoxEdit by selecting from the list) and pressing "Save", SF returns error:
BusinessLayerException
An error occurred while saving an the data to the server.
DataLayerSavingException
Object reference not set to an instance of an object.
NullReferenceException
Object reference not set to an instance of an object.
The debug info doesn't show a INSERT-statement so the error happens before the actual insert into the database happens.
My guess is that the ComboBoxEdit doesn't get populated or something. Can you figure out what happens here and how should it be handled/programmed correctly?
Thanks,
Kari