I'm assuming you get the error whan you save the item. My guess then is that there's something not right about your relationship lists and that you've tried to save a value that isn't valid. For instance, you can't add a new value to a dropdown client-side and save it - the view state prevents it.
Is there an error in the browser? Have you tried turning on debug mode?
M.