I thought this category included VisualFormat questions...Anyway, I'm trying to update another field on the form when the VFE content changes or loses focus. I was hoping to use the onblur event handler, and then check the isChanged() method. If "true" is returned, then I would update the other form field. That part is pretty much irrelevant - the thing I'm concerned with is the fact that the onblur event doesn't fire when I expect it to.