I've got a number of RequiredFieldValidators in my ASP.NET AJAX 1.0 enabled web app. The RFV's also reside inside an UpdatePanel. They work great in all browser's execept Safari (2.0.4 - 419.3). If I comment out the UpdatePanel, they work fine in Safari - but of course I want to keep the...