Community
Participate
Working Groups
I implemented the checkValueValid method for my direct editing feature. This method gets called when I start to edit, but not when I've made my changes. Therefore, I can make an invalid change and save it. If I try to do direct edit again, the error message appears immediately.
The tutorial is the example that shows the method is called also while editing. Maybe you have a special situation: - What kind of direct editing type do you use? - What type has the attribute edited in the field? - Could you provide a small sample to reproduce?
(In reply to comment #1) > The tutorial is the example that shows the method is called also while editing. > Maybe you have a special situation: > - What kind of direct editing type do you use? > - What type has the attribute edited in the field? > - Could you provide a small sample to reproduce? Apologies, I was just being stupid. I had to do a test on the linked model object, so I took the value from there rather than the passed in value... Sorry for wasting your time.