Currently, I am utilizing the Javascript WYSIWYG tool from OpenWebWare along with Asp.Net's RequiredFieldValidator on a TextBox that is linked to the WYSIWYG. So far, everything is functioning properly, however, upon the first form submission attempt, I receive a server-side RFV ErrorMessage stating "Required." Oddly enough, upon a second submission attempt, the form goes through successfully.
My question is: what am I overlooking? I am aiming to implement client-side validation. How can I ensure that the text is recognized as not empty?